Equals           10152 modules/ts/include/opencv2/ts/ts_gtest.h   virtual bool Equals(const ParamIteratorInterface& other) const = 0;
Equals           10187 modules/ts/include/opencv2/ts/ts_gtest.h     return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
Equals           10276 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<T>& other) const {
Equals           10374 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<T>& other) const {
Equals           13886 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
Equals           14009 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
Equals           14150 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
Equals           14308 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
Equals           14485 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
Equals           14679 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
Equals           14892 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
Equals           15121 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
Equals           15368 modules/ts/include/opencv2/ts/ts_gtest.h     virtual bool Equals(const ParamIteratorInterface<ParamType>& other) const {
Equals            122 modules/videoio/src/cap_msmf.cpp     bool Equals(Guid __guidArg);
Equals            123 modules/videoio/src/cap_msmf.cpp     bool Equals(__rcGUID_t __guidArg);
Equals            296 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp         if(props->Type->Equals("Image"))
Equals            307 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp                     if(props->Type->Equals("Video"))
Equals            383 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp     if (name->Equals("StartDevice"))
Equals            387 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp     else if (name->Equals("StartPreview"))
Equals            568 samples/winrt/ImageManipulations/AdvancedCapture.xaml.cpp                         if(!videoEncodingProperties->Subtype->Equals("H264")) //Cant add an effect to an H264 stream