RealTimeAddress.Equals Method (RealTimeAddress)
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
'Declaration
Public Function Equals ( _
other As RealTimeAddress _
) As Boolean
'Usage
Dim instance As RealTimeAddress
Dim other As RealTimeAddress
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
RealTimeAddress other
)
Parameters
- other
Type: Microsoft.Rtc.Signaling.RealTimeAddress
The target real-time address object to compare with.
Return Value
Type: System.Boolean
Returns true when this instance matched the supplied target instance.