MetadataStringComparer.Equals 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- handle
- DocumentNameBlobHandle
- value
- String
傳回
適用於
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
參數
- handle
- NamespaceDefinitionHandle
- value
- String
傳回
適用於
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
參數
- handle
- StringHandle
- value
- String
傳回
適用於
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
參數
- handle
- DocumentNameBlobHandle
- value
- String
- ignoreCase
- Boolean
傳回
適用於
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
參數
- handle
- NamespaceDefinitionHandle
- value
- String
- ignoreCase
- Boolean
傳回
適用於
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
參數
- handle
- StringHandle
- value
- String
- ignoreCase
- Boolean