Liquid XML Runtime for .Net - Equals - XmlObjectBase
In This Topic
This feature has been superseded by Liquid XML Objects.
(The original functionality is still included in the product) |
Use Liquid XML Objects |
public override bool Equals(object o)
|
|
Property |
Description |
|
|
|
Method Name |
Equals |
|
|
|
Argument - o |
The object to compare |
|
|
|
Description |
Performs a deep comparison of all the properties within the object (and their children) |
|
|
|
Remarks |
Uses reflection to perform a deep comparison of this object to the object o. |
|