Partilhar via


CallOrbit.Equality Operator

Gets whether the two call orbits are equal.

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

Return Value

Type: System.Boolean
true if the call orbits are equal; otherwise returns false.

See Also

Reference

CallOrbit Class

CallOrbit Members

Microsoft.Rtc.Collaboration Namespace