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
- orbit
Type: Microsoft.Rtc.Collaboration.CallOrbit
The target orbit object to compare with.
Return Value
Type: System.Boolean
true when this instance matches the supplied target instance.