TransformationMatrixEquality Operator
Returns a boolean indicating whether the given matrices are equal.
Namespace: KGySoft.Drawing.ShapesAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 10.0.0-rc.1
public static bool operator ==(
TransformationMatrix a,
TransformationMatrix b
)
Public Shared Operator = (
a As TransformationMatrix,
b As TransformationMatrix
) As Boolean
public:
static bool operator ==(
TransformationMatrix a,
TransformationMatrix b
)
static let inline (=)
a : TransformationMatrix *
b : TransformationMatrix : bool
- a TransformationMatrix
- The first source matrix.
- b TransformationMatrix
- The second source matrix.
Boolean if the matrices are equal; otherwise,
.