SmtpResponse.Equals Method
Include Protected Members
Include Inherited Members
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. |
Top