[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.ActionKey.op_Inequality

operator != Operator

operator !=(ActionKey, ActionKey)

Determines whether two specified instances of ActionKey are not 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 do not represent the same value; otherwise, false.