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