public bool operator !=( Element thisElement, Element otherElement )
Public Operator <>( _ ByVal thisElement As Element, _ ByVal otherElement As Element _ ) As Boolean
Parameters
- thisElement
- The base element.
- otherElement
- The comparison element.
Return Value
True if the two objects are not equal.