ParticipantEndpoint.Inequality Operator
Returns true if the two endpoints are unequal.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
endpoint1 As ParticipantEndpoint, _
endpoint2 As Object _
) As Boolean
'Usage
Dim endpoint1 As ParticipantEndpoint
Dim endpoint2 As Object
Dim returnValue As Boolean
returnValue = (endpoint1 <> endpoint2)
public static bool operator !=(
ParticipantEndpoint endpoint1,
Object endpoint2
)
Parameters
- endpoint1
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint
The first endpoint to compare.
- endpoint2
Type: System.Object
The object to compare to.
Return Value
Type: System.Boolean
Returns true if the endpoints are unequal, otherwise returns false.