'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.
Return Value
true
if the specified operands are equal; otherwise, false
.