 | InternetAddressEquals(Object) Method |
Determine whether the specified object is equal to the current object.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj Object
- The object to compare with the current object.
Return Value
Boolean if the specified object is equal to the current object; otherwise,
.
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