Check if the components of two matrices are equal.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public static bool operator ==(
Matrix u,
Matrix v
)
Public Shared Operator = (
u As Matrix,
v As Matrix
) As Boolean
public:
static bool operator ==(
Matrix u,
Matrix v
)
static let inline (=)
u : Matrix *
v : Matrix : bool
STATIC OPERATOR ==(
u AS Matrix,
v AS Matrix
) AS LOGIC
Parameters
- u
- Type: DXFReaderNETMatrix
Matrix. - v
- Type: DXFReaderNETMatrix
Matrix.
Return Value
Type:
BooleanTrue if the matrix components are equal or false in any other case.
See Also