mirror of
https://github.com/wagesj45/CapyKit.git
synced 2024-11-12 19:23:36 -06:00
952 B
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.2
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.