Participant.SameUserComparer Property
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.
Compares to participant objects to determine if they represent the same user.
public:
static property System::Collections::Generic::IEqualityComparer<Microsoft::Rtc::Signaling::Participant ^> ^ SameUserComparer { System::Collections::Generic::IEqualityComparer<Microsoft::Rtc::Signaling::Participant ^> ^ get(); };
public static System.Collections.Generic.IEqualityComparer<Microsoft.Rtc.Signaling.Participant> SameUserComparer { get; }
member this.SameUserComparer : System.Collections.Generic.IEqualityComparer<Microsoft.Rtc.Signaling.Participant>
Public Shared ReadOnly Property SameUserComparer As IEqualityComparer(Of Participant)