SmtpResponse.Inequality 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
- response1
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponse
- response2
Type: Microsoft.Exchange.Data.Transport.Smtp.SmtpResponse
Return value
Type: System.Boolean