|  | CombinationEquals Method (Object) | 
  
    Namespace: 
   Kaos.Combinatorics
    Assembly:
   KaosCombinatorics (in KaosCombinatorics.dll) Version: 5.0.0.6
 Syntax
Syntaxpublic 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
See Also