DialogContext.Inequality(DialogContext, 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 two objects are unequal.
public:
static bool operator !=(Microsoft::Rtc::Signaling::DialogContext ^ obj1, System::Object ^ obj2);
public static bool operator != (Microsoft.Rtc.Signaling.DialogContext obj1, object obj2);
static member op_Inequality : Microsoft.Rtc.Signaling.DialogContext * obj -> bool
Public Shared Operator != (obj1 As DialogContext, obj2 As Object) As Boolean
Parameters
- obj1
- DialogContext
The first object to compare.
- obj2
- Object
The object to compare to.
Returns
Returns true if the instances are unequal, otherwise returns false.