MethodBase.Equality(MethodBase, MethodBase) Operatör
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
İki MethodBase nesnenin eşit olup olmadığını gösterir.
public:
static bool operator ==(System::Reflection::MethodBase ^ left, System::Reflection::MethodBase ^ right);
public static bool operator ==(System.Reflection.MethodBase? left, System.Reflection.MethodBase? right);
public static bool operator ==(System.Reflection.MethodBase left, System.Reflection.MethodBase right);
static member ( = ) : System.Reflection.MethodBase * System.Reflection.MethodBase -> bool
Public Shared Operator == (left As MethodBase, right As MethodBase) As Boolean
Parametreler
- left
- MethodBase
Karşılaştırma yapılacak ilk nesne.
- right
- MethodBase
Karşılaştırma yapılacak ikinci nesne.
Döndürülenler
true eşitse leftright; değilse , false.