Share via


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

Return Value

Type: System..::..Boolean

See Also

Reference

ParticipantEndpoint Class

ParticipantEndpoint Members

Equals Overload

Microsoft.Rtc.Collaboration Namespace