Edit

Share via


CallOrbit.Equality(CallOrbit, Object) Operator

Definition

Gets whether the two call orbits are equal.

public:
 static bool operator ==(Microsoft::Rtc::Collaboration::CallOrbit ^ orbit1, System::Object ^ orbit2);
public static bool operator == (Microsoft.Rtc.Collaboration.CallOrbit orbit1, object orbit2);
static member ( = ) : Microsoft.Rtc.Collaboration.CallOrbit * obj -> bool
Public Shared Operator == (orbit1 As CallOrbit, orbit2 As Object) As Boolean

Parameters

orbit1
CallOrbit

The first call orbit to compare.

orbit2
Object

The object to compare to.

Returns

true if the call orbits are equal; otherwise returns false.

Applies to