ConferenceParticipantInformation.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(ConferenceParticipantInformation) |
Gets whether the current participant is equal to the passed participant. |
Equals(Object) |
Gets whether the current participant is equal to the passed participant. |
Equals(ConferenceParticipantInformation)
Gets whether the current participant is equal to the passed participant.
public:
bool Equals(Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceParticipantInformation ^ obj);
public bool Equals (Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation obj);
override this.Equals : Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation -> bool
Public Function Equals (obj As ConferenceParticipantInformation) As Boolean
Parameters
The target participant instance to compare with.
Returns
True when this instance matched the supplied target instance.
Applies to
Equals(Object)
Gets whether the current participant is equal to the passed participant.
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 participant instance to compare with.
Returns
True when this instance matched the supplied target instance.