-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_OneOf_2_Equals_1
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Determines whether the specified object is equal to the current object.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public override bool Equals(
Object obj
)
VB
Public Overrides Function Equals (
obj As Object
) As Boolean
F#
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
- obj
- Type: System.Object
The object to compare with the current object.
Type: Boolean
true if the specified object is equal to the current object; otherwise, false.