 | InternetAddressListEquals Method (Object) |
Determine whether the specified object is equal to the current object.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 2.10.0
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The object to compare with the current object.
Return Value
Type:
Booleantrue if the specified object is equal to the current object; otherwise,
false.
Remarks
The type of comparison between the current instance and the obj parameter depends on whether
the current instance is a reference type or a value type.
See Also