AssociatedPersonCategoryInequality Operator |
Determines whether the specified objects are not equal.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic static bool operator !=(
AssociatedPersonCategory a,
AssociatedPersonCategory b
)
Public Shared Operator <> (
a As AssociatedPersonCategory,
b As AssociatedPersonCategory
) As Boolean
public:
static bool operator !=(
AssociatedPersonCategory^ a,
AssociatedPersonCategory^ b
)
static let inline (<>)
a : AssociatedPersonCategory *
b : AssociatedPersonCategory : bool
Parameters
- a
- Type: Aspose.Email.PersonalInfoAssociatedPersonCategory
First object to compare - b
- Type: Aspose.Email.PersonalInfoAssociatedPersonCategory
Second object to compare
Return Value
Type:
BooleanReturns true if objects are not equal, otherwise false.
See Also