'宣言
Public Operator =( _ ByVal c1 As C1CornerValue, _ ByVal c2 As C1CornerValue _ ) As System.Boolean
public System.bool operator ==( C1CornerValue c1, C1CornerValue c2 )
パラメータ
- c1
- 比較する一方の構造体。
- c2
- 比較するもう一方の構造体。
'宣言
Public Operator =( _ ByVal c1 As C1CornerValue, _ ByVal c2 As C1CornerValue _ ) As System.Boolean
public System.bool operator ==( C1CornerValue c1, C1CornerValue c2 )