'Declaration Public Operator =( _ ByVal x As MapTileKey, _ ByVal y As MapTileKey _ ) As Boolean
public bool operator ==( MapTileKey x, MapTileKey y )
Parameters
- x
- Left operand.
- y
- Right operand.
'Declaration Public Operator =( _ ByVal x As MapTileKey, _ ByVal y As MapTileKey _ ) As Boolean
public bool operator ==( MapTileKey x, MapTileKey y )