ImapMessageFlags.Equals

Equals(object)

Determines whether the specified Object is equal to this instance.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe Object to compare with this instance.

Return Value

true if the specified Object is equal to this instance; otherwise, false.

Exceptions

exceptioncondition
NullReferenceExceptionThe obj parameter is null.

See Also


Equals(ImapMessageFlags)

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

public virtual bool Equals(ImapMessageFlags other)
ParameterTypeDescription
otherImapMessageFlagsThe object to compare with the current object.

Return Value

true if the specified object is equal to the current object; otherwise, false.

See Also