[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Interactivity.ActionKey.Equals

Equals Method

Equals(ActionKey)

Checks whether the given ActionKey equals to this.

Declaration
public bool Equals(ActionKey other)
Parameters
Type Name Description
ActionKey other

The ActionKey to compare with.

Returns
Type Description
bool
Implements

Equals(object)

Checks whether the given object equals to this.

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
object other

The object to compare with.

Returns
Type Description
bool
Overrides