ParticipantEndpoint.Inequality(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 unequal.
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 op_Inequality : 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 object to compare to.
Returns
Returns true if the endpoints are unequal, otherwise returns false.