MetadataStringComparer.Equals Método

Definição

Sobrecargas

Equals(DocumentNameBlobHandle, String)
Equals(NamespaceDefinitionHandle, String)
Equals(StringHandle, String)
Equals(DocumentNameBlobHandle, String, Boolean)
Equals(NamespaceDefinitionHandle, String, Boolean)
Equals(StringHandle, String, Boolean)

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

Parâmetros

value
String

Retornos

Boolean

Aplica-se a

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

Parâmetros

value
String

Retornos

Boolean

Aplica-se a

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

Parâmetros

handle
StringHandle
value
String

Retornos

Boolean

Aplica-se a

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

Parâmetros

value
String
ignoreCase
Boolean

Retornos

Boolean

Aplica-se a

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

Parâmetros

value
String
ignoreCase
Boolean

Retornos

Boolean

Aplica-se a

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

Parâmetros

handle
StringHandle
value
String
ignoreCase
Boolean

Retornos

Boolean

Aplica-se a