SmtpResponse.Equals method (SmtpResponse, SmtpResponseCompareOptions)
Namespace: Microsoft.Exchange.Data.Transport.Smtp
Assembly: Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)
Syntax
'Declaration
Public Function Equals ( _
other As SmtpResponse, _
compareOptions As SmtpResponseCompareOptions _
) As Boolean
'Usage
Dim instance As SmtpResponse
Dim other As SmtpResponse
Dim compareOptions As SmtpResponseCompareOptions
Dim returnValue As Boolean
returnValue = instance.Equals(other, compareOptions)
public bool Equals(
SmtpResponse other,
SmtpResponseCompareOptions compareOptions
)
Parameters
- compareOptions
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponseCompareOptions
Return value
Type: System.Boolean