Returns true if the current RealTimeAddress is equal to the passed RealTimeAddress. It compares the URI string and epid.

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

Syntax

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

RealTimeAddress _
) 
As 
Boolean
C#
public 
bool 
Equals(
	

RealTimeAddress 
other
)
Visual C++
public:
virtual 
bool 
Equals(
	

RealTimeAddress^ 
other
) 
sealed
JavaScript
function 
equals(
other);

Parameters

other
Type: Microsoft.Rtc.Signaling . . :: . RealTimeAddress
The target real-time address object to compare with.

Return Value

Returns true when this instance matched the supplied target instance.

Implements

IEquatableEquals(UTP)

See Also