Matrix3x2.Inequality(Matrix3x2, Matrix3x2) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回值,指出指定的矩陣是否不相等。
public:
static bool operator !=(System::Numerics::Matrix3x2 value1, System::Numerics::Matrix3x2 value2);
public static bool operator != (System.Numerics.Matrix3x2 value1, System.Numerics.Matrix3x2 value2);
static member op_Inequality : System.Numerics.Matrix3x2 * System.Numerics.Matrix3x2 -> bool
Public Shared Operator != (value1 As Matrix3x2, value2 As Matrix3x2) As Boolean
參數
- value1
- Matrix3x2
要比較的第一個矩陣。
- value2
- Matrix3x2
要比較的第二個矩陣。
傳回
如果 value1
和 value2
不相等,則為 true
;否則為 false
。