[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ActionKey.Equals

Equals Method

Equals(ActionKey)

Determines whether the specified ActionKey is equal to the current ActionKey.

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

Equals(object)

Determines whether the specified object is equal to the current ActionKey instance.

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

The object to compare with the current object.

Returns
Type Description
bool

true if the specified object is equal to the current object; otherwise, false.

Overrides