Rectangle.Equality(Rectangle, Rectangle) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
測試兩個 Rectangle 結構是否具有相等的位置和大小。
public:
static bool operator ==(System::Drawing::Rectangle left, System::Drawing::Rectangle right);
public static bool operator == (System.Drawing.Rectangle left, System.Drawing.Rectangle right);
static member ( = ) : System.Drawing.Rectangle * System.Drawing.Rectangle -> bool
Public Shared Operator == (left As Rectangle, right As Rectangle) As Boolean
參數
傳回
如果兩個 Rectangle 結構具有相等的 X、Y、Width 和 Height 屬性,則這個運算子會傳回 true
。