static func == (Path, Path) -> Bool
Indicates whether two paths are equal.
Availability 有効性
Technology
static func != (lhs: Self, rhs: Self) -> Bool
A Boolean value that’s set to true
if the two paths are unequal.
lhs
The first path to compare.
rhs
The second path to compare.
static func == (Path, Path) -> Bool