ContentLocator.StartsWith(ContentLocator) 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.
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
Parameters
- locator
- ContentLocator
The ContentLocator with the list of ContentLocatorPart elements to compare with this ContentLocator.
Returns
true
if the starting sequence of ContentLocatorPart elements in this ContentLocator matches those in the specified locator
; otherwise, false
.
Exceptions
locator
is null
.
Remarks
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.