Gets whether the current participant is equal to the passed participant.

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
Overrides 
Function 
Equals ( _
	
obj 
As 
Object _
) 
As 
Boolean
C#
public 
override 
bool 
Equals(
	
Object 
obj
)
Visual C++
public:
virtual 
bool 
Equals(
	
Object^ 
obj
) 
override
JavaScript
function 
equals(
obj);

Parameters

obj
Type: Object
The target participant instance to compare with.

Return Value

True when this instance matched the supplied target instance.

See Also