CompositeEquals Method (Composite) |
Indicates whether the current object is equal to another object of the same type.
Namespace: Styx.TreeSharpAssembly: Styx.TreeSharp (in Styx.TreeSharp.dll) Version: 3.0.1160.0 (3.0.1160)
Syntaxpublic bool Equals(
Composite other
)
Parameters
- other
- Type: Styx.TreeSharpComposite
An object to compare with this object.
Return Value
Type:
Booleantrue if the current object is equal to the
other parameter;
otherwise, false.
Implements
IEquatableTEquals(T)
See Also