RealTimeAddress.Inequality(RealTimeAddress, Object) Operator
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.
Returns true if the current RealTimeAddress is not equal to the passed RealTimeAddress. Compares the URI string and epid.
public:
static bool operator !=(Microsoft::Rtc::Signaling::RealTimeAddress ^ address1, System::Object ^ obj);
public static bool operator != (Microsoft.Rtc.Signaling.RealTimeAddress address1, object obj);
static member op_Inequality : Microsoft.Rtc.Signaling.RealTimeAddress * obj -> bool
Public Shared Operator != (address1 As RealTimeAddress, obj As Object) As Boolean
Parameters
- address1
- RealTimeAddress
The first address to compare.
- obj
- Object
The object to compare to.
Returns
Returns true if address are equal, otherwise returns false.