MetadataStringComparer.Equals Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
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
Parameters
- handle
- DocumentNameBlobHandle
- value
- String
Retouren
Van toepassing op
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
Parameters
- handle
- NamespaceDefinitionHandle
- value
- String
Retouren
Van toepassing op
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
Parameters
- handle
- StringHandle
- value
- String
Retouren
Van toepassing op
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
Parameters
- handle
- DocumentNameBlobHandle
- value
- String
- ignoreCase
- Boolean
Retouren
Van toepassing op
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
Parameters
- handle
- NamespaceDefinitionHandle
- value
- String
- ignoreCase
- Boolean
Retouren
Van toepassing op
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
Parameters
- handle
- StringHandle
- value
- String
- ignoreCase
- Boolean