| Visual Basic (Declaration) | |
|---|---|
Overloads Public Operator /( _ ByVal lhs As Element, _ ByVal rhs As Element _ ) As Element  | |
Parameters
- lhs
 - An element.
 - rhs
 - An element.
 
All properties of lsh are copied to the resulting element, then rhs properties are trickled to the resulting element.