ContentLocator.StartsWith(ContentLocator) Method
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.
Returns a value that indicates whether the starting sequence of ContentLocatorPart elements in a specified ContentLocator are identical to those in this ContentLocator.
public:
bool StartsWith(System::Windows::Annotations::ContentLocator ^ locator);
public bool StartsWith(System.Windows.Annotations.ContentLocator locator);
member this.StartsWith : System.Windows.Annotations.ContentLocator -> bool
Public Function StartsWith (locator As ContentLocator) As Boolean
- locator
- ContentLocator
The ContentLocator with the list of ContentLocatorPart elements to compare with this ContentLocator.
true
if the starting sequence of ContentLocatorPart elements in this ContentLocator matches those in the specified locator
; otherwise, false
.
locator
is null
.
StartsWith returns true
the starting sequence of ContentLocatorPart elements in this ContentLocator matches those in the specified locator
.
StartsWith returns false
if the specified locator
contains ContentLocatorPart elements that are different, in a different order, or more than in this ContentLocator.
Product | Versions |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: