struct DuplicateStarterNodeextension DuplicateStarterNode : Equatable, SendableThe Starter node is listening to the same trait change or event as other Starter nodes.
-
A list of nodes other than
nodethat are listening to the same trait change or event.Declaration
Swift
let otherDuplicatedStarterNodes: [any Node] -
Undocumented
Declaration
Swift
init(otherDuplicatedStarterNodes: [any Node]) -
Returns a Boolean value indicating whether two values are equal.
Equality is the inverse of inequality. For any values
aandb,a == bimplies thata != bisfalse.Declaration
Swift
static func == (lhs: DuplicateStarterNode, rhs: DuplicateStarterNode) -> BoolParameters
lhsA value to compare.
rhsAnother value to compare.