Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns true if the current endpoint is equal to the passed endpoint.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function Equals ( _
other As ParticipantEndpoint _
) As Boolean
'Usage
Dim instance As ParticipantEndpoint
Dim other As ParticipantEndpoint
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
ParticipantEndpoint other
)
Parameters
- other
Type: Microsoft.Rtc.Collaboration.ParticipantEndpoint
The target endpoint instance to compare with.
Return Value
Type: System.Boolean
Returns true when this instance matched the supplied target instance.