Click or drag to resize
MimeKit

InternetAddressEquals(Object) Method

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

Namespace: MimeKit
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 object.

Return Value

Boolean
true if the specified object is equal to the current object; otherwise, false.
Remarks
The type of comparison between the current instance and the obj parameter depends on whether the current instance is a reference type or a value type.
See Also