ParticipantEndpoint.Equals Method
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.
Overloads
| Equals(ParticipantEndpoint) |
Returns true if the current endpoint is equal to the passed endpoint. |
| Equals(Object) |
Returns true if the current endpoint is equal to the passed endpoint. |
Equals(ParticipantEndpoint)
Returns true if the current endpoint is equal to the passed endpoint.
public:
bool Equals(Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ other);
public bool Equals (Microsoft.Rtc.Collaboration.ParticipantEndpoint other);
override this.Equals : Microsoft.Rtc.Collaboration.ParticipantEndpoint -> bool
Public Function Equals (other As ParticipantEndpoint) As Boolean
Parameters
- other
- ParticipantEndpoint
The target endpoint instance to compare with.
Returns
Returns true when this instance matched the supplied target instance.
Applies to
Equals(Object)
Returns true if the current endpoint is equal to the passed endpoint.
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 endpoint object to compare with.
Returns
Returns true when this instance matched the supplied target instance.