| UniqueIdEquals(Object) Method |
Determines whether the specified
Object is equal to the current
UniqueId.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public override bool Equals(
Object obj
)
Parameters
- obj Object
- The Object to compare with the current UniqueId.
Return Value
Booleantrue if the specified
Object is equal to the current
UniqueId;
otherwise,
false.
Remarks
Determines whether the specified
Object is equal to the current
UniqueId.
See Also