Operator operator ==
operator ==(TransformMatrix, TransformMatrix)
Tests whether two specified TransformMatrix structures are equivalent.
public static bool operator ==(TransformMatrix left, TransformMatrix right)
Parameters
left
TransformMatrixThe TransformMatrix that is to the left of the equality operator.
right
TransformMatrixThe TransformMatrix that is to the right of the equality operator.
Returns
- bool
true
if the two TransformMatrix structures are equal; otherwise,false
.