Partilhar via


CallOrbit.Equals Method (CallOrbit)

Gets whether the two call orbits are equal.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function Equals ( _
    orbit As CallOrbit _
) As Boolean
'Usage
Dim instance As CallOrbit
Dim orbit As CallOrbit
Dim returnValue As Boolean

returnValue = instance.Equals(orbit)
public bool Equals(
    CallOrbit orbit
)

Parameters

Return Value

Type: System.Boolean
true when this instance matches the supplied target instance.

See Also

Reference

CallOrbit Class

CallOrbit Members

Equals Overload

Microsoft.Rtc.Collaboration Namespace