SmtpResponse.Equality operator

Namespace:  Microsoft.Exchange.Data.Transport.Smtp
Assembly:  Microsoft.Exchange.Data.Transport (in Microsoft.Exchange.Data.Transport.dll)

Syntax

'Declaration
Public Shared Operator = ( _
    response1 As SmtpResponse, _
    response2 As SmtpResponse _
) As Boolean
'Usage
Dim response1 As SmtpResponse
Dim response2 As SmtpResponse
Dim returnValue As Boolean

returnValue = (response1 = response2)
public static bool operator ==(
    SmtpResponse response1,
    SmtpResponse response2
)

Parameters

Return value

Type: System.Boolean

See also

Reference

SmtpResponse structure

SmtpResponse members

Microsoft.Exchange.Data.Transport.Smtp namespace