'宣言 Public Function IsSame( _ ByVal other As BorderSide _ ) As System.Boolean
'使用法 Dim instance As BorderSide Dim other As BorderSide Dim value As System.Boolean value = instance.IsSame(other)
public System.bool IsSame( BorderSide other )
パラメータ
- other
- The BorderSide object to compare.
戻り値の型
True if the border width and line style are equal; otherwise, false.