ActiveReports 18 .NET Edition
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
    public bool operator ==( 
       MapTileKey x,
       MapTileKey y
    )

    Parameters

    x
    Left operand.
    y
    Right operand.
    See Also