CapyKit/Documentation/Help/M_CapyKit_Password_Equals.md

952 B

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#

public override bool Equals(
	Object? obj
)

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