ConferenceParticipantInformation.Equality Operator
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.
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.