MetadataStringComparer.Equals Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| Name | Description |
|---|---|
| Equals(NamespaceDefinitionHandle, String) | |
| Equals(StringHandle, 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
Parameters
- handle
- NamespaceDefinitionHandle
- value
- String
Returns
Applies to
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