PostalAddressCategory.op_Inequality
PostalAddressCategory Inequality operator
Determines whether the specified objects are not equal.
public static bool operator !=(PostalAddressCategory a, PostalAddressCategory b)
Parameter | Type | Description |
---|---|---|
a | PostalAddressCategory | First object to compare |
b | PostalAddressCategory | Second object to compare |
Return Value
Returns true if objects are not equal, otherwise false.
See Also
- class PostalAddressCategory
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email