DialogContext.Equality Operator
Returns true if the two objects are equal.
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 objects are equal, otherwise returns false.