ParticipantEndpoint.Equality(ParticipantEndpoint, Object) Operator
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.
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.