EventCategory.op_Equality

EventCategory Equality operator

Determines whether the specified objects are equal.

public static bool operator ==(EventCategory a, EventCategory b)
ParameterTypeDescription
aEventCategoryFirst object to compare
bEventCategorySecond object to compare

Return Value

Returns true if objects are equal, otherwise false.

See Also