Click or drag to resize
MimeKit

TnefPropertyReaderEquals Method

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

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

Parameters

obj  Object
The Object to compare with the current TnefPropertyReader.

Return Value

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