Edit

Share via


ConferenceParticipantInformation.Equality Operator

Definition

Gets whether the two participants are equal.

public:
 static bool operator ==(Microsoft::Rtc::Collaboration::ConferenceManagement::ConferenceParticipantInformation ^ participant1, System::Object ^ participant2);
public static bool operator == (Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation participant1, object participant2);
static member ( = ) : Microsoft.Rtc.Collaboration.ConferenceManagement.ConferenceParticipantInformation * obj -> bool
Public Shared Operator == (participant1 As ConferenceParticipantInformation, participant2 As Object) As Boolean

Parameters

participant1
ConferenceParticipantInformation

The first participant to compare.

participant2
Object

The instance to compare to.

Returns

True if the participants are equal, otherwise returns false.

Applies to