ParticipantEndpoint.Equals Method

Definition

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

Boolean

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

Boolean

Returns true when this instance matched the supplied target instance.

Applies to