Edit

Share via


ParticipantEndpoint.Equality(ParticipantEndpoint, Object) Operator

Definition

Returns true if the two endpoints are equal.

public:
 static bool operator ==(Microsoft::Rtc::Collaboration::ParticipantEndpoint ^ endpoint1, System::Object ^ endpoint2);
public static bool operator == (Microsoft.Rtc.Collaboration.ParticipantEndpoint endpoint1, object endpoint2);
static member ( = ) : Microsoft.Rtc.Collaboration.ParticipantEndpoint * obj -> bool
Public Shared Operator == (endpoint1 As ParticipantEndpoint, endpoint2 As Object) As Boolean

Parameters

endpoint1
ParticipantEndpoint

The first endpoint to compare.

endpoint2
Object

The instance to compare to.

Returns

Returns true if the endpoints are equal, otherwise returns false.

Applies to