Edit

Share via


CallOrbit.Equals Method

Definition

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.

Applies to