Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns true if the two objects are unequal.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
obj1 As DialogContext, _
obj2 As Object _
) As Boolean
'Usage
Dim obj1 As DialogContext
Dim obj2 As Object
Dim returnValue As Boolean
returnValue = (obj1 <> obj2)
public static bool operator !=(
DialogContext obj1,
Object obj2
)
Parameters
- obj1
Type: Microsoft.Rtc.Signaling.DialogContext
The first object to compare.
- obj2
Type: System.Object
The object to compare to.
Return Value
Type: System.Boolean
Returns true if the instances are unequal, otherwise returns false.