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

Visual Basic (Declaration)
Public 
Function 
Equals ( _
	
other 
As 

ParticipantEndpoint _
) 
As 
Boolean
C#
public 
bool 
Equals(
	

ParticipantEndpoint 
other
)
Visual C++
public:
bool 
Equals(
	

ParticipantEndpoint^ 
other
)
JavaScript
function 
equals(
other);

Parameters

other
Type: Microsoft.Rtc.Collaboration . . :: . ParticipantEndpoint
The target endpoint instance to compare with.

Return Value

Returns true when this instance matched the supplied target instance.

See Also