ConferenceMcuInformation.Equals Method (ConferenceMcuInformation)
Gets whether the current MCU category is equal to that of the passed instance.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function Equals ( _
obj As ConferenceMcuInformation _
) As Boolean
'Usage
Dim instance As ConferenceMcuInformation
Dim obj As ConferenceMcuInformation
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public bool Equals(
ConferenceMcuInformation obj
)
Parameters
- obj
Type: Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceMcuInformation
The target MCU information instance to compare with.
Return Value
Type: System.Boolean
True when this instance matches the supplied target instance.
See Also
Reference
ConferenceMcuInformation Class