Tests whether two matrix structures are equal.
Namespace: Easymap.AddIn.Common.GraphicsAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic static bool operator ==(
Matrix left,
Matrix right
)
Public Shared Operator = (
left As Matrix,
right As Matrix
) As Boolean
Parameters
- left Matrix
- The matrix structure that is to the left of the equality operator.
- right Matrix
- The matrix structure that is to the right of the equality operator.
Return Value
BooleanThis operator returns true if any of matrix properties are equal; otherwise false.
See Also