SmtpResponse.Equals method
The Equals method compares the current instance of the SmtpResponse structure to the specified object.
Overload list
Name | Description | |
---|---|---|
Equals(Object) | The Equals method compares the current instance of the SmtpResponse structure to the object specified by the comparand parameter. (Overrides ValueType.Equals(Object).) | |
Equals(SmtpResponse) | The Equals method compares the current instance of the SmtpResponse structure to the SmtpResponse structure specified by the comparand parameter. | |
Equals(SmtpResponse, SmtpResponseCompareOptions) |
Top