DialogContext.Equality(DialogContext, Object) Operator

Definition

Returns true if the two objects are equal.

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 ( = ) : 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 objects are equal, otherwise returns false.

Applies to