UrlEquals Method (Url, Url) |
Determines whether the specified object instances are considered equal.
Namespace:
Aspose.Email.PersonalInfo
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic bool Equals(
Url x,
Url y
)
Public Function Equals (
x As Url,
y As Url
) As Boolean
public:
bool Equals(
Url^ x,
Url^ y
)
member Equals :
x : Url *
y : Url -> bool
Parameters
- x
- Type: Aspose.Email.PersonalInfoUrl
The first object to compare. - y
- Type: Aspose.Email.PersonalInfoUrl
The second object to compare.
Return Value
Type:
Boolean
true if the objects are considered equal; otherwise, false.
If both objA and objB are null, the method returns true.
See Also