InstantMessengerCategoryInequality Operator

Determines whether the specified objects are not equal.

Namespace:  Aspose.Email.PersonalInfo
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public static bool operator !=(
	InstantMessengerCategory a,
	InstantMessengerCategory b
)

Parameters

a
Type: Aspose.Email.PersonalInfoInstantMessengerCategory
First object to compare
b
Type: Aspose.Email.PersonalInfoInstantMessengerCategory
Second object to compare

Return Value

Type: Boolean
Returns true if objects are not equal, otherwise false.
See Also