MetadataStringComparer.StartsWith(StringHandle, String) 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.
public:
bool StartsWith(System::Reflection::Metadata::StringHandle handle, System::String ^ value);
public bool StartsWith(System.Reflection.Metadata.StringHandle handle, string value);
member this.StartsWith : System.Reflection.Metadata.StringHandle * string -> bool
Public Function StartsWith (handle As StringHandle, value As String) As Boolean
Parameters
- handle
- StringHandle
- value
- String