ConversationParticipant.Inequality(ConversationParticipant, 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.
Gets whether the two participants are unequal.
public:
static bool operator !=(Microsoft::Rtc::Collaboration::ConversationParticipant ^ participant1, System::Object ^ participant2);
public static bool operator != (Microsoft.Rtc.Collaboration.ConversationParticipant participant1, object participant2);
static member op_Inequality : Microsoft.Rtc.Collaboration.ConversationParticipant * obj -> bool
Public Shared Operator != (participant1 As ConversationParticipant, participant2 As Object) As Boolean
Parameters
- participant1
- ConversationParticipant
The first participant to compare.
- participant2
- Object
The object to compare to.
Returns
Returns true if the participants are unequal, otherwise returns false.