MetadataStringComparer.Equals Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Equals(DocumentNameBlobHandle, String)
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
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
Parameter
- handle
- DocumentNameBlobHandle
- value
- String
Gibt zurück
Gilt für:
Equals(NamespaceDefinitionHandle, String)
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
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
Parameter
- handle
- NamespaceDefinitionHandle
- value
- String
Gibt zurück
Gilt für:
Equals(StringHandle, String)
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
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
Parameter
- handle
- StringHandle
- value
- String
Gibt zurück
Gilt für:
Equals(DocumentNameBlobHandle, String, Boolean)
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
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
Parameter
- handle
- DocumentNameBlobHandle
- value
- String
- ignoreCase
- Boolean
Gibt zurück
Gilt für:
Equals(NamespaceDefinitionHandle, String, Boolean)
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
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
Parameter
- handle
- NamespaceDefinitionHandle
- value
- String
- ignoreCase
- Boolean
Gibt zurück
Gilt für:
Equals(StringHandle, String, Boolean)
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
- Quelle:
- MetadataStringComparer.cs
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
Parameter
- handle
- StringHandle
- value
- String
- ignoreCase
- Boolean
Gibt zurück
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.