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