VideoSource.Inequality(VideoSource, 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 video sources are unequal.
public:
static bool operator !=(Microsoft::Rtc::Collaboration::AudioVideo::VideoSource ^ videoSource1, System::Object ^ videoSource2);
public static bool operator != (Microsoft.Rtc.Collaboration.AudioVideo.VideoSource videoSource1, object videoSource2);
static member op_Inequality : Microsoft.Rtc.Collaboration.AudioVideo.VideoSource * obj -> bool
Public Shared Operator != (videoSource1 As VideoSource, videoSource2 As Object) As Boolean
Parameters
- videoSource1
- VideoSource
The first video source to compare.
- videoSource2
- Object
The object to compare to.
Returns
Returns true if the participants are unequal, otherwise returns false.