RealTimeAddress.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(RealTimeAddress) |
Returns true if the current RealTimeAddress is equal to the passed RealTimeAddress. It compares the URI string and epid. |
Equals(Object) |
Returns true if the current RealTimeAddress is equal to the passed RealTimeAddress. It compares the URI string and epid. |
Equals(RealTimeAddress)
Returns true if the current RealTimeAddress is equal to the passed RealTimeAddress. It compares the URI string and epid.
public:
virtual bool Equals(Microsoft::Rtc::Signaling::RealTimeAddress ^ other);
public bool Equals (Microsoft.Rtc.Signaling.RealTimeAddress other);
override this.Equals : Microsoft.Rtc.Signaling.RealTimeAddress -> bool
Public Function Equals (other As RealTimeAddress) As Boolean
Parameters
- other
- RealTimeAddress
The target real-time address object to compare with.
Returns
Returns true when this instance matched the supplied target instance.
Implements
Applies to
Equals(Object)
Returns true if the current RealTimeAddress is equal to the passed RealTimeAddress. It compares the URI string and epid.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The target real-time address object to compare with.
Returns
Returns true if the addresses are equal, false otherwise.