EndpointAddress.Inequality Operator
Microsoft Silverlight will reach end of support after October 2021. Learn more.
Returns a value that indicates whether specified endpoint addresses are not equivalent.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
address1 As EndpointAddress, _
address2 As EndpointAddress _
) As Boolean
public static bool operator !=(
EndpointAddress address1,
EndpointAddress address2
)
Parameters
- address1
Type: System.ServiceModel.EndpointAddress
One of the EndpointAddress objects being compared.
- address2
Type: System.ServiceModel.EndpointAddress
One of the EndpointAddress objects being compared.
Return Value
Type: System.Boolean
true if the endpoint addresses are not equivalent; otherwise, false.
Version Information
Silverlight
Supported in: 5, 4, 3
Silverlight for Windows Phone
Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0
XNA Framework
Supported in: Windows Phone OS 7.0
Platforms
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.