Matrix.Equality (Matrix, Matrix) Operator

Are all Matrix1 elements equal to Matrix2?
public static bool operator ==( 
Matrix Matrix1
Matrix Matrix2 
)
This language is not supported or no code example is available.
public:  
static bool operator ==( 
Matrix^ Matrix1
Matrix^ Matrix2 
)
This language is not supported or no code example is available.
JScript supports the use of overloaded operators, but not the declaration of new ones.
This language is not supported or no code example is available.

Parameters

Matrix1
Matrix

Matrix2
Matrix

Return Value

bool

In this article

Definition