# Equals Method Determines whether the specified object is equal to the current object. ## Definition **Namespace:** CapyKit **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2 **C#** ``` C# public override bool Equals( Object? obj ) ``` **F#** ``` F# abstract Equals : obj : Object -> bool override Equals : obj : Object -> bool ``` #### Parameters