CallOrbit.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Equals(CallOrbit) |
Gets whether the two call orbits are equal. |
Equals(Object) |
Gets whether the two call orbits are equal. |
Equals(CallOrbit)
Gets whether the two call orbits are equal.
public:
bool Equals(Microsoft::Rtc::Collaboration::CallOrbit ^ orbit);
public bool Equals (Microsoft.Rtc.Collaboration.CallOrbit orbit);
override this.Equals : Microsoft.Rtc.Collaboration.CallOrbit -> bool
Public Function Equals (orbit As CallOrbit) As Boolean
Parameters
- orbit
- CallOrbit
The target orbit object to compare with.
Returns
true when this instance matches the supplied target instance.
Applies to
Equals(Object)
Gets whether the two call orbits are equal.
public:
override bool Equals(System::Object ^ obj);
public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean
Parameters
- obj
- Object
The target orbit object to compare with.
Returns
true when this instance matches the supplied target instance.