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