# Equals Method Determines whether the specified object is equal to the current object. ## Definition **Namespace:** CapyKit **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.0 **C#** ``` C# public override bool Equals( Object? obj ) ``` **F#** ``` F# abstract Equals : obj : Object -> bool override Equals : obj : Object -> bool ``` #### Parameters
  Object
The object to compare with the current object.
#### Return Value Boolean true if the specified object is equal to the current object; otherwise, false. ## See Also #### Reference Password Class CapyKit Namespace