Click or drag to resize
MimeKit

TnefNameIdEquals(Object) Method

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

Namespace: MimeKit.Tnef
Assembly: MimeKit (in MimeKit.dll) Version: 4.10.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with the current TnefNameId.

Return Value

Boolean
if the specified Object is equal to the current TnefNameId; otherwise, .
Remarks
Determines whether the specified Object is equal to the current TnefNameId.
See Also