-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_CompositeRange_1_Equals_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Indicates whether the current range and a specified object are equal.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.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 this.
Type: BooleanTrue
if obj and the current range are the same type and represent the same value; otherwise, false.
CompositeRange(T) Structure
Equals Overload
CodeJam.Ranges Namespace