PostalAddressCategory.op_Equality

PostalAddressCategory Equality operator

Determines whether the specified objects are equal.

public static bool operator ==(PostalAddressCategory a, PostalAddressCategory b)
ParameterTypeDescription
aPostalAddressCategoryFirst object to compare
bPostalAddressCategorySecond object to compare

Return Value

Returns true if objects are equal, otherwise false.

See Also