ContentLocator.StartsWith(ContentLocator) Method

Definition

Returns a value that indicates whether the starting sequence of ContentLocatorPart elements in a specified ContentLocator are identical to those in this ContentLocator.

C#
public bool StartsWith(System.Windows.Annotations.ContentLocator locator);

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.

Applies to

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

See also