FigureLength.Equality(FigureLength, FigureLength) 運算子
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
比較兩個 FigureLength 結構是否相等。
public:
static bool operator ==(System::Windows::FigureLength fl1, System::Windows::FigureLength fl2);
public static bool operator == (System.Windows.FigureLength fl1, System.Windows.FigureLength fl2);
static member ( = ) : System.Windows.FigureLength * System.Windows.FigureLength -> bool
Public Shared Operator == (fl1 As FigureLength, fl2 As FigureLength) As Boolean
參數
- fl1
- FigureLength
要比較的第一個 FigureLength 結構。
- fl2
- FigureLength
要比較的第二個 FigureLength 結構。
傳回
如果 fl1
和 fl2
相等,則為 true
;否則為 false
。
備註
這個運算子 FigureLength.Equals 的對等方法是 。