GridLengthHelper.Equals(GridLength, GridLength) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供兩個 GridLength 值的比較。 C# 和 Microsoft Visual Basic 程式碼應該改用 Equality 運算子或 GridLength.Equals 方法。
public:
static bool Equals(GridLength target, GridLength value);
static bool Equals(GridLength const& target, GridLength const& value);
public static bool Equals(GridLength target, GridLength value);
function equals(target, value)
Public Shared Function Equals (target As GridLength, value As GridLength) As Boolean
參數
- target
- GridLength
要比較的第一個 GridLength 。
- value
- GridLength
要比較的第二個 GridLength 。
傳回
Boolean
bool
如果兩個GridLength值保留相等值做為其結構值資訊,則為true;否則為false。