Int32Rect.Inequality(Int32Rect, Int32Rect) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
比較兩個矩形是否不相等。
public:
static bool operator !=(System::Windows::Int32Rect int32Rect1, System::Windows::Int32Rect int32Rect2);
public static bool operator != (System.Windows.Int32Rect int32Rect1, System.Windows.Int32Rect int32Rect2);
static member op_Inequality : System.Windows.Int32Rect * System.Windows.Int32Rect -> bool
Public Shared Operator != (int32Rect1 As Int32Rect, int32Rect2 As Int32Rect) As Boolean
參數
- int32Rect1
- Int32Rect
要比較的第一個矩形。
- int32Rect2
- Int32Rect
要比較的第二個矩形。
傳回
若 int32Rect1
及 int32Rect2
擁有相同的 X、Y、Width 和 Height,即為 false
;若這些值全都相同,則為 true
。
備註
這個運算子的對等方法是 的否定。 Equals