MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / MapTileKey Structure / Equality Operator
Left operand.
Right operand.

In This Topic
Equality Operator (MapTileKey)
In This Topic
Equality operator implementation.
Syntax
'Declaration
 
Public Operator =( _
   ByVal x As MapTileKey, _
   ByVal y As MapTileKey _
) As Boolean
 

Parameters

x
Left operand.
y
Right operand.

Return Value

true if the specified operands are equal; otherwise, false.
See Also