Test whether the two Elements are the same.

 

   

Syntax
 

[C#]
virtual bool Equals(Element other)

[Visual Basic]
Overridable Function Equals(other As Element) As Boolean

 

   

Params
 
Name Description
other The Element to test against.
return Whether the Elements are equal.

 

   

Notes
 

Test whether the two Elements are the same.

 

   

Example
 
None.