Edit

Share via


CallOrbit.Inequality(CallOrbit, Object) Operator

Definition

Gets whether the two call orbits are unequal.

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 op_Inequality : 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 unequal; otherwise returns
false.

Applies to