Click or drag to resize
MimeKit

TnefNameIdEquals(TnefNameId) Method

Determine whether the specified TnefNameId is equal to the current TnefNameId.

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
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

IEquatableTEquals(T)
Remarks
Compares two TNEF name identifiers to determine if they are identical or not.
See Also