Url.Equals
Contents
[
Hide
]Equals(Url)
Determines whether the specified Object is equal to the current Object.
public bool Equals(Url obj)
Parameter | Type | Description |
---|---|---|
obj | Url | The Object to compare with the current Object. |
Return Value
Returns a boolean indicating if the passed in object obj is Equal to this.
See Also
- class Url
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email
Equals(Url, Url)
Determines whether the specified object instances are considered equal.
public bool Equals(Url x, Url y)
Parameter | Type | Description |
---|---|---|
x | Url | The first object to compare. |
y | Url | The second object to compare. |
Return Value
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
See Also
- class Url
- namespace Aspose.Email.PersonalInfo
- assembly Aspose.Email