CompositeEquals Method (Object) |
Determines whether the specified
Object is equal to the
current
Object.
Namespace: Styx.TreeSharpAssembly: Styx.TreeSharp (in Styx.TreeSharp.dll) Version: 3.0.1160.0 (3.0.1160)
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
The Object to compare with the current
Object.
Return Value
Type:
Booleantrue if the specified
Object is equal to the current
Object; otherwise, false.
See Also