CustomerEvent.op_Equality

CustomerEvent Equality operator

Determines whether the specified objects are 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 equal, otherwise false.

See Also