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

Return value

Type: System.Boolean

See also

Reference

SmtpResponse structure

SmtpResponse members

Equals overload

Microsoft.Exchange.Data.Transport.Smtp namespace