Contents

hasPrefix(_:)

Returns a Boolean value that indicates whether this path begins with prefix.

Declaration

func hasPrefix(_ prefix: USDLayer.Path) -> Bool

Parameters

  • prefix:

    The candidate prefix path.

Return Value

true if this path is rooted at prefix; otherwise, false.