TransformationMatrixEquals(TransformationMatrix) Method
Returns a boolean indicating whether the matrix is equal to the other given matrix.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public bool Equals(
TransformationMatrix other
)
Public Function Equals (
other As TransformationMatrix
) As Boolean
public:
virtual bool Equals(
TransformationMatrix other
) sealed
abstract Equals :
other : TransformationMatrix -> bool
override Equals :
other : TransformationMatrix -> bool
- other TransformationMatrix
- The other matrix to test equality against.
Boolean if this matrix is equal to
other; otherwise,
.
IEquatableTEquals(T)