CustomerEvent.op_Inequality

CustomerEvent Inequality operator

Determines whether the specified objects are not equal.

public static bool operator !=(CustomerEvent a, CustomerEvent b)
ParameterTypeDescription
aCustomerEventFirst object to compare
bCustomerEventSecond object to compare

Return Value

Returns true if objects are not equal, otherwise false.

See Also