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.

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.

Applies to

See also