Plane.Inequality(Plane, Plane) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
回傳一個表示兩個平面是否不相等的值。
public:
static bool operator !=(System::Numerics::Plane value1, System::Numerics::Plane value2);
public static bool operator !=(System.Numerics.Plane value1, System.Numerics.Plane value2);
static member op_Inequality : System.Numerics.Plane * System.Numerics.Plane -> bool
Public Shared Operator != (value1 As Plane, value2 As Plane) As Boolean
參數
- value1
- Plane
第一架比較的飛機。
- value2
- Plane
這是第二架比較的飛機。
傳回
true若 value1 與 value2 不相等;否則 。 false
備註
此 Inequality 方法定義了物件不 Plane 等式算子的操作。