'Declaration
<PureAttribute()> Public Operator <>( _ ByVal endpointDescriptor1 As UAEndpointDescriptor, _ ByVal endpointDescriptor2 As UAEndpointDescriptor _ ) As Boolean
'Usage
[Pure()] public bool operator !=( UAEndpointDescriptor endpointDescriptor1, UAEndpointDescriptor endpointDescriptor2 )
[Pure()] public: bool operator !=( UAEndpointDescriptor^ endpointDescriptor1, UAEndpointDescriptor^ endpointDescriptor2 )
Parameters
- endpointDescriptor1
- First object to be compared.
- endpointDescriptor2
- Second object to be compared.
Return Value
True
if the objects are not equal; false
if they are equal.