Plane.Inequality(Plane, Plane) 運算子

定義

回傳一個表示兩個平面是否不相等的值。

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

這是第二架比較的飛機。

傳回

truevalue1value2 不相等;否則 。 false

備註

Inequality 方法定義了物件不 Plane 等式算子的操作。

適用於