AssociatedPersonEquals Method (AssociatedPerson, AssociatedPerson) |
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(
AssociatedPerson x,
AssociatedPerson y
)
Public Function Equals (
x As AssociatedPerson,
y As AssociatedPerson
) As Boolean
public:
bool Equals(
AssociatedPerson^ x,
AssociatedPerson^ y
)
member Equals :
x : AssociatedPerson *
y : AssociatedPerson -> bool
Parameters
- x
- Type: Aspose.Email.PersonalInfoAssociatedPerson
The first object to compare. - y
- Type: Aspose.Email.PersonalInfoAssociatedPerson
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