Int32Rect.Inequality(Int32Rect, Int32Rect) Operator
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
2 つの四角形を比較し、等しくないかどうかを判断します。
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
2 番目に比較する四角形。
戻り値
int32Rect1
と int32Rect2
が同じ X、Y、Width、および Height を持つ場合は false
。これらすべての値が一致する場合は true
。
注釈
この演算子の同等のメソッドは、 の Equals否定です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET