AssociatedPersonInequality 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 !=(
AssociatedPerson a,
AssociatedPerson b
)
Public Shared Operator <> (
a As AssociatedPerson,
b As AssociatedPerson
) As Boolean
public:
static bool operator !=(
AssociatedPerson^ a,
AssociatedPerson^ b
)
static let inline (<>)
a : AssociatedPerson *
b : AssociatedPerson : bool
Parameters
- a
- Type: Aspose.Email.PersonalInfoAssociatedPerson
First object to compare - b
- Type: Aspose.Email.PersonalInfoAssociatedPerson
Second object to compare
Return Value
Type:
BooleanReturns true if objects are not equal, otherwise false.
See Also