Participant.Equals Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
Equals(Object) | See if two objects are the same user. (Overrides Object.Equals(Object).) | |
Equals(Participant, IEqualityComparer<Participant>) | Determines if the two objects identify the same participant. | |
Equals(RealTimeAddress, IEqualityComparer<Participant>) | Compares the participant to the real-time address. |
Top