[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ActionKey.op_Equality

operator == Operator

operator ==(ActionKey, ActionKey)

Determines whether two specified instances of ActionKey are equal.

Declaration
public static bool operator ==(ActionKey left, ActionKey right)
Parameters
Type Name Description
ActionKey left

The first ActionKey to compare.

ActionKey right

The second ActionKey to compare.

Returns
Type Description
bool

true if left and right represent the same value; otherwise, false.