ConferenceMcuInformation.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(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
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.