Test whether the two Elements are the same.

 

   

Syntax
 

[C#]
virtual bool Equals(Element other)

 

   

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.