InstantMessengerCategory.op_Equality

InstantMessengerCategory Equality operator

Determines whether the specified objects are equal.

public static bool operator ==(InstantMessengerCategory a, InstantMessengerCategory b)
ParameterTypeDescription
aInstantMessengerCategoryFirst object to compare
bInstantMessengerCategorySecond object to compare

Return Value

Returns true if objects are equal, otherwise false.

See Also