Compares this Windows.UI.Xaml.Thickness structure to another
Thickness structure for equality.
'宣言
Public Overloads Function Equals( _
ByVal As Thickness _
) As System.Boolean
'使用法
Dim instance As Thickness
Dim thickness As Thickness
Dim value As System.Boolean
value = instance.Equals(thickness)
public System.bool Equals(
Thickness
)
パラメータ
- thickness
- An instance of Thickness to compare for equality.
戻り値の型
true if the two instances of Windows.UI.Xaml.Thickness are equal; otherwise, false.