Edit

Share via


ConferenceParticipantInformation.Equals Method

Definition

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

obj
ConferenceParticipantInformation

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.

Applies to