CallOrbit.Inequality Operator
Gets whether the two call orbits are unequal.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
orbit1 As CallOrbit, _
orbit2 As Object _
) As Boolean
'Usage
Dim orbit1 As CallOrbit
Dim orbit2 As Object
Dim returnValue As Boolean
returnValue = (orbit1 <> orbit2)
public static bool operator !=(
CallOrbit orbit1,
Object orbit2
)
Parameters
- orbit1
Type: Microsoft.Rtc.Collaboration.CallOrbit
The first call orbit to compare.
- orbit2
Type: System.Object
The object to compare to.
Return Value
Type: System.Boolean
true if the call orbits are unequal; otherwise returns false.