System::operator== मेथड

अंतर्वस्तु
[ ]

System::operator==(ArraySegment<T>, ArraySegment<T>) method

template<typename T> bool System::operator==(ArraySegment<T> a, ArraySegment<T> b)

संबंधित देखें

System::operator==(Chars&, const String&) method

String comparison.

template<class Chars,typename std::enable_if< IsStringLiteral< Chars, char_t >::value >::type *> bool System::operator==(Chars &left, const String &right)
पैरामीटरविवरण
CharsString लिटरल प्रकार।
पैरामीटरप्रकारविवरण
leftChars&String तुलना के लिए लिटरल।
rightconst String&String तुलना के लिए।

ReturnValue

यदि स्ट्रिंग्स मेल खाती हैं तो true, अन्यथा false।

संबंधित देखें

System::operator==(const SharedPtr<Object>&, const String&) method

Object and string comparison.

bool System::operator==(const SharedPtr<Object> &left, const String &right)
पैरामीटरप्रकारविवरण
leftconst SharedPtr<Object>&Object को स्ट्रिंग में बदलने और तुलना करने के लिए।
rightconst String&String तुलना के लिए।

ReturnValue

यदि ऑब्जेक्ट की स्ट्रिंग प्रतिनिधित्व स्ट्रिंग के बराबर है तो true, अन्यथा false।

संबंधित देखें

System::operator==(const SharedPtr<Uri>&, const SharedPtr<Uri>&) method

निर्धारित करता है कि वर्तमान और निर्दिष्ट ऑब्जेक्ट्स द्वारा प्रतिनिधित्व किए गए URI समान हैं या नहीं।

bool System::operator==(const SharedPtr<Uri> &uri1, const SharedPtr<Uri> &uri2)
पैरामीटरप्रकारविवरण
uri1const SharedPtr<Uri>&तुलना के लिए पहला Uri ऑब्जेक्ट
uri2const SharedPtr<Uri>&तुलना के लिए दूसरा Uri ऑब्जेक्ट

ReturnValue

यदि URI समान हैं तो true, अन्यथा false

संबंधित देखें

System::operator==(const SmartPtr<X>&, const SmartPtr<Y>&) method

दो स्मार्ट पॉइंटर्स की समानता की तुलना करता है।

template<class X,class Y> bool System::operator==(const SmartPtr<X> &x, const SmartPtr<Y> &y)
पैरामीटरविवरण
Xपहले पॉइंटर का पॉइंटी प्रकार।
Yदूसरे पॉइंटर का पॉइंटी प्रकार।
पैरामीटरप्रकारविवरण
xconst SmartPtr<X>&तुलना के लिए पहला पॉइंटर।
yconst SmartPtr<Y>&तुलना के लिए दूसरा पॉइंटर।

ReturnValue

यदि पॉइंटर्स मेल खाते हैं तो true, अन्यथा false।

संबंधित देखें

System::operator==(const SmartPtr<X>&, const Y *) method

समानता तुलना स्मार्ट पॉइंटर बनाम साधारण (C) पॉइंटर।

template<class X,class Y> std::enable_if<std::is_base_of<Object, Y>::value &&detail::has_no_operator_equal<X, Y>::value, bool>::type System::operator==(const SmartPtr<X> &x, const Y *y)
पैरामीटरविवरण
Xस्मार्ट पॉइंटर का प्रकार।
Yसाधारण पॉइंटर का प्रकार।
पैरामीटरप्रकारविवरण
xconst SmartPtr<X>&तुलना के लिए स्मार्ट पॉइंटर (बायाँ)।
yconst Y *दाएँ (right) तुलना करने के लिए पॉइंटर।

ReturnValue

यदि पॉइंटर्स मेल खाते हैं तो true, अन्यथा false।

संबंधित देखें

System::operator==(const T1&, const Nullable<T2>&) method

निर्धारित करता है कि निर्दिष्ट मान, निर्दिष्ट Nullable ऑब्जेक्ट द्वारा प्रतिनिधित्व किए गए मान के बराबर है या नहीं, इन मानों पर operator==() लागू करके।

template<typename T1,typename T2> std::enable_if<!IsNullable<T1>::value, bool>::type System::operator==(const T1 &some, const Nullable<T2> &other)
पैरामीटरविवरण
T1पहले तुलना मान का प्रकार
T2दूसरे तुलना मान का प्रतिनिधित्व करने वाले Nullable ऑब्जेक्ट का अंतर्निहित प्रकार
पैरामीटरप्रकारविवरण
कुछconst T1&पहले तुलना मान के रूप में उपयोग किए जाने वाले मान का एक स्थिर संदर्भ
otherconst Nullable<T2>&दूसरे तुलना मान के रूप में उपयोग किए जाने वाले प्रतिनिधित्व मान वाले Nullable ऑब्जेक्ट का एक स्थिर संदर्भ

ReturnValue

यदि तुलना किए गए मान समान हैं तो true, अन्यथा false

संबंधित देखें

System::operator==(const X *, const SmartPtr<Y>&) method

समानता तुलना स्मार्ट पॉइंटर बनाम साधारण (C) पॉइंटर।

template<class X,class Y> std::enable_if<std::is_base_of<Object, X>::value &&detail::has_no_operator_equal<X, Y>::value, bool>::type System::operator==(const X *x, const SmartPtr<Y> &y)
पैरामीटरविवरण
Xसाधारण पॉइंटर का प्रकार।
Yस्मार्ट पॉइंटर का प्रकार।
पैरामीटरप्रकारविवरण
xconst X *दाएँ (right) तुलना करने के लिए पॉइंटर।
yconst SmartPtr<Y>&तुलना के लिए स्मार्ट पॉइंटर (बायाँ)।

ReturnValue

यदि पॉइंटर्स मेल खाते हैं तो true, अन्यथा false।

संबंधित देखें

System::operator==(std::nullptr_t, const DateTimeOffset&) method

bool System::operator==(std::nullptr_t, const DateTimeOffset &)

संबंधित देखें

System::operator==(std::nullptr_t, const Nullable<T>&) method

निर्धारित करता है कि निर्दिष्ट Nullable ऑब्जेक्ट वह मान दर्शाता है जो null के बराबर है।

template<typename T> bool System::operator==(std::nullptr_t, const Nullable<T> &other)
पैरामीटरप्रकारविवरण
otherstd::nullptr_tपरीक्षण के लिए एक Nullable ऑब्जेक्ट का स्थिर संदर्भ

ReturnValue

यदि निर्दिष्ट ऑब्जेक्ट null मान दर्शाता है तो true, अन्यथा false।

संबंधित देखें

System::operator==(std::nullptr_t, const String&) method

जाँचता है कि स्ट्रिंग शून्य है या नहीं।

bool System::operator==(std::nullptr_t, const String &str)
पैरामीटरप्रकारविवरण
strstd::nullptr_tString जाँचने के लिए।

ReturnValue

यदि स्ट्रिंग null है तो true, अन्यथा false।

संबंधित देखें

System::operator==(std::nullptr_t, DateTime) method

bool System::operator==(std::nullptr_t, DateTime)

संबंधित देखें

System::operator==(std::nullptr_t, SmartPtr<X> const&) method

जाँचता है कि स्मार्ट पॉइंटर null है या नहीं।

template<class X> bool System::operator==(std::nullptr_t, SmartPtr<X> const &x)
पैरामीटरविवरण
Xपॉइंटर के पॉइंटी प्रकार।
पैरामीटरप्रकारविवरण
xstd::nullptr_tजाँचने के लिए पॉइंटर।

ReturnValue

यदि पॉइंटर null है तो true, अन्यथा false।

संबंधित देखें

System::operator==(std::nullptr_t, T const&) method

जाँचता है कि वैल्यू टाइप ऑब्जेक्ट (अनूदित C# स्ट्रक्चर आदि) null है या नहीं।

template<class T> std::enable_if<!std::is_scalar<T>::value &&!std::is_pointer<T>::value &&!std::is_array<T>::value &&detail::has_method_is_null<T>::value, bool>::type System::operator==(std::nullptr_t, T const &x)
पैरामीटरविवरण
Tवैल्यू टाइप।
पैरामीटरप्रकारविवरण
xstd::nullptr_tObject को जाँचने के लिए।

ReturnValue

यदि ऑब्जेक्ट null है तो true, अन्यथा false।

संबंधित देखें

System::operator==(std::nullptr_t, TimeSpan) method

bool System::operator==(std::nullptr_t, TimeSpan)

संबंधित देखें

System::operator==(T&, const String&) method

String comparison.

template<class T,typename std::enable_if< IsStringPointer< T, char_t >::value >::type *> bool System::operator==(T &left, const String &right)
पैरामीटरविवरण
TString पॉइंटर प्रकार।
पैरामीटरप्रकारविवरण
leftT&String तुलना के लिए पॉइंटर।
rightconst String&String तुलना के लिए।

ReturnValue

यदि स्ट्रिंग्स मेल खाती हैं तो true, अन्यथा false।

संबंधित देखें

System::operator==(T const&, std::nullptr_t) method

जाँचता है कि वैल्यू टाइप ऑब्जेक्ट (अनूदित C# स्ट्रक्चर आदि) null है या नहीं।

template<class T> std::enable_if<!std::is_scalar<T>::value &&!std::is_pointer<T>::value &&!std::is_array<T>::value &&detail::has_method_is_null<T>::value, bool>::type System::operator==(T const &x, std::nullptr_t)
पैरामीटरविवरण
Tवैल्यू टाइप।
पैरामीटरप्रकारविवरण
xT const&Object को जाँचने के लिए।

ReturnValue

यदि ऑब्जेक्ट null है तो true, अन्यथा false।

संबंधित देखें