'宣言
Public Operator =( _ ByVal x As MapTileKey, _ ByVal y As MapTileKey _ ) As Boolean
public bool operator ==( MapTileKey x, MapTileKey y )
パラメータ
- x
- 左側のオペランド。
- y
- 右側のオペランド。
'宣言
Public Operator =( _ ByVal x As MapTileKey, _ ByVal y As MapTileKey _ ) As Boolean
public bool operator ==( MapTileKey x, MapTileKey y )