Equality Operator
Returns true if the two endpoints are equal.
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
- endpoint2
Type: System..::..Object
Return Value
Type: System..::..Boolean