AssociatedPersonCategory.op_Inequality

AssociatedPersonCategory Inequality operator

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

See Also