AssociatedPersonCategory.op_Equality

AssociatedPersonCategory Equality operator

Determines whether the specified objects are equal.

public static bool operator ==(AssociatedPersonCategory a, AssociatedPersonCategory b)
ParameterTypeDescription
aAssociatedPersonCategoryFirst object to compare
bAssociatedPersonCategorySecond object to compare

Return Value

Returns true if objects are equal, otherwise false.

See Also