Equals

EmailDocumentInfo.Equals method

Determines whether this instance is equal to the other specified EmailDocumentInfo instance

public bool Equals(EmailDocumentInfo other)
Parameter Type Description
other EmailDocumentInfo Other EmailDocumentInfo instance, that should be checked on equality with this

Return Value

True if are equal, false if are unequal

See Also