MailKit Documentation
MailKit Documentation
API Reference
MimeKit.Tnef
TnefNameId Structure
TnefNameId Methods
Equals Method
Equals(Object) Method
Equals(TnefNameId) Method
Tnef
Name
Id
.
Equals(Tnef
Name
Id) Method
Determine whether the specified
TnefNameId
is equal to the current
TnefNameId
.
Namespace:
MimeKit.Tnef
Assembly:
MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
Copy
public
bool
Equals
(
TnefNameId
other
)
Parameters
other
TnefNameId
The
TnefNameId
to compare with the current
TnefNameId
.
Return Value
Boolean
true
if the specified
TnefNameId
is equal to the current
TnefNameId
; otherwise,
false
.
Implements
IEquatable
<
T
>
.
Equals(T)
Remarks
Compares two TNEF name identifiers to determine if they are identical or not.
See Also
Reference
TnefNameId Structure
Equals Overload
MimeKit.Tnef Namespace
Copyright © 2013-2025 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast