DialogContext.Equals Method (Object)
Returns true if the current object is equal to the passed object.
Namespace: Microsoft.Rtc.Signaling
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As DialogContext
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
Parameters
- obj
Type: System.Object
The target object object to compare with.
Return Value
Type: System.Boolean
Returns true when this instance matched the supplied target instance.