Edit

Share via


ConferenceMcuInformation.Equals Method

Definition

Overloads

Equals(ConferenceMcuInformation)

Gets whether the current MCU category is equal to that of the passed instance.

Equals(Object)

Gets whether the current MCU category is equal to that of the passed object.

Equals(ConferenceMcuInformation)

Gets whether the current MCU category is equal to that of the passed instance.

public:
 bool Equals(Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceMcuInformation ^ obj);
public bool Equals (Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceMcuInformation obj);
override this.Equals : Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceMcuInformation -> bool
Public Function Equals (obj As ConferenceMcuInformation) As Boolean

Parameters

obj
ConferenceMcuInformation

The target MCU information instance to compare with.

Returns

True when this instance matches the supplied target instance.

Applies to

Equals(Object)

Gets whether the current MCU category is equal to that of the passed object.

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 MCU information instance to compare with.

Returns

True when this instance matches the supplied target instance.

Applies to