Documentation Language: Swift

Op

===(_:_:)

Returns true when two wrappers point to the same libxml2 node.

static func === (lhs: XMLElement, rhs: XMLElement) -> Bool

Parameters

lhs

The left-hand element.

rhs

The right-hand element.

Return Value

true when both wrappers reference the same node pointer.