MatrixEquals Method (Matrix)
|
Check if the components of two matrices are approximate equal.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public bool Equals(
Matrix other
)
Public Function Equals (
other As Matrix
) As Boolean
public:
virtual bool Equals(
Matrix other
) sealed
abstract Equals :
other : Matrix -> bool
override Equals :
other : Matrix -> bool
METHOD Equals(
other AS Matrix
) AS LOGIC
Parameters
- other
- Type: DXFReaderNETMatrix
Matrix.
Return Value
Type:
BooleanTrue if the matrix components are almost equal or false in any other case.
Implements
IEquatableTEquals(T)See Also