CallOrbit.Equality(CallOrbit, Object) Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.