| CombinationEquals Method (Object) |
Namespace:
Kaos.Combinatorics
Assembly:
KaosCombinatorics (in KaosCombinatorics.dll) Version: 5.0.0.6
Syntax public override bool Equals(
Object obj
)
Parameters
- obj
- Type: SystemObject
Target of the comparison.
Return Value
Type:
Booleantrue if
obj has the same value as this object; otherwise,
false.
See Also