ParticipantEndpoint.Equals Method (ParticipantEndpoint)
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.