MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Interactivity Namespace / ActionKey Structure / Equals Method / Equals(ActionKey) Method
The ActionKey to compare with.

In This Topic
Equals(ActionKey) Method
In This Topic
Checks whether the given ActionKey equals to this.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As ActionKey _
) As Boolean
 

Parameters

other
The ActionKey to compare with.
See Also