Matrix.AreComparable Method

public static bool AreComparable( 
Matrix Matrix1
Matrix Matrix2 
)
This language is not supported or no code example is available.
public:  
static bool AreComparable( 
Matrix^ Matrix1
Matrix^ Matrix2 
)
This language is not supported or no code example is available.
public static function AreComparable( 
Matrix1 : Matrix
Matrix2 : Matrix 
) : boolean;
This language is not supported or no code example is available.

Parameters

Matrix1
Matrix

Matrix2
Matrix

Return Value

bool

In this article

Definition