MetadataStringComparer.Equals Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
Equals(DocumentNameBlobHandle, String)
public:
bool Equals(System::Reflection::Metadata::DocumentNameBlobHandle handle, System::String ^ value);
public bool Equals (System.Reflection.Metadata.DocumentNameBlobHandle handle, string value);
override this.Equals : System.Reflection.Metadata.DocumentNameBlobHandle * string -> bool
Public Function Equals (handle As DocumentNameBlobHandle, value As String) As Boolean
Parametry
- handle
- DocumentNameBlobHandle
- value
- String
Návraty
Platí pro
Equals(NamespaceDefinitionHandle, String)
public:
bool Equals(System::Reflection::Metadata::NamespaceDefinitionHandle handle, System::String ^ value);
public bool Equals (System.Reflection.Metadata.NamespaceDefinitionHandle handle, string value);
override this.Equals : System.Reflection.Metadata.NamespaceDefinitionHandle * string -> bool
Public Function Equals (handle As NamespaceDefinitionHandle, value As String) As Boolean
Parametry
- handle
- NamespaceDefinitionHandle
- value
- String
Návraty
Platí pro
Equals(StringHandle, String)
public:
bool Equals(System::Reflection::Metadata::StringHandle handle, System::String ^ value);
public bool Equals (System.Reflection.Metadata.StringHandle handle, string value);
override this.Equals : System.Reflection.Metadata.StringHandle * string -> bool
Public Function Equals (handle As StringHandle, value As String) As Boolean
Parametry
- handle
- StringHandle
- value
- String
Návraty
Platí pro
Equals(DocumentNameBlobHandle, String, Boolean)
public:
bool Equals(System::Reflection::Metadata::DocumentNameBlobHandle handle, System::String ^ value, bool ignoreCase);
public bool Equals (System.Reflection.Metadata.DocumentNameBlobHandle handle, string value, bool ignoreCase);
override this.Equals : System.Reflection.Metadata.DocumentNameBlobHandle * string * bool -> bool
Public Function Equals (handle As DocumentNameBlobHandle, value As String, ignoreCase As Boolean) As Boolean
Parametry
- handle
- DocumentNameBlobHandle
- value
- String
- ignoreCase
- Boolean
Návraty
Platí pro
Equals(NamespaceDefinitionHandle, String, Boolean)
public:
bool Equals(System::Reflection::Metadata::NamespaceDefinitionHandle handle, System::String ^ value, bool ignoreCase);
public bool Equals (System.Reflection.Metadata.NamespaceDefinitionHandle handle, string value, bool ignoreCase);
override this.Equals : System.Reflection.Metadata.NamespaceDefinitionHandle * string * bool -> bool
Public Function Equals (handle As NamespaceDefinitionHandle, value As String, ignoreCase As Boolean) As Boolean
Parametry
- handle
- NamespaceDefinitionHandle
- value
- String
- ignoreCase
- Boolean
Návraty
Platí pro
Equals(StringHandle, String, Boolean)
public:
bool Equals(System::Reflection::Metadata::StringHandle handle, System::String ^ value, bool ignoreCase);
public bool Equals (System.Reflection.Metadata.StringHandle handle, string value, bool ignoreCase);
override this.Equals : System.Reflection.Metadata.StringHandle * string * bool -> bool
Public Function Equals (handle As StringHandle, value As String, ignoreCase As Boolean) As Boolean
Parametry
- handle
- StringHandle
- value
- String
- ignoreCase
- Boolean
Návraty
Platí pro
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.