MailKit Documentation
MailKit Documentation
API Reference
MailKit
UniqueId Structure
UniqueId Methods
Equals Method
Equals(Object) Method
Equals(UniqueId) Method
Unique
Id
Equals(Unique
Id) Method
Determines whether the specified
UniqueId
is equal to the current
UniqueId
.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
bool
Equals
(
UniqueId
other
)
Parameters
other
UniqueId
The
UniqueId
to compare with the current
UniqueId
.
Return Value
Boolean
true
if the specified
UniqueId
is equal to the current
UniqueId
; otherwise,
false
.
Implements
IEquatable
T
Equals(T)
Remarks
Determines whether the specified
UniqueId
is equal to the current
UniqueId
.
See Also
Reference
UniqueId Structure
Equals Overload
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast