ConversationParticipant.Inequality Operator
Gets whether the two participants are unequal.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Shared Operator <> ( _
participant1 As ConversationParticipant, _
participant2 As Object _
) As Boolean
'Usage
Dim participant1 As ConversationParticipant
Dim participant2 As Object
Dim returnValue As Boolean
returnValue = (participant1 <> participant2)
public static bool operator !=(
ConversationParticipant participant1,
Object participant2
)
Parameters
- participant1
Type: Microsoft.Rtc.Collaboration.ConversationParticipant
The first participant to compare.
- participant2
Type: System.Object
The object to compare to.
Return Value
Type: System.Boolean
Returns true if the participants are unequal, otherwise returns false.