Skip to content

M_CodeJam_Ranges_CompositeRange_1_Equals_1

andrewvk edited this page Nov 5, 2016 · 3 revisions

CompositeRange(T).Equals Method (Object)

Indicates whether the current range and a specified object are equal.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

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 

Parameters

 

obj
Type: System.Object
The object to compare with this.

Return Value

Type: Boolean
True if obj and the current range are the same type and represent the same value; otherwise, false.

See Also

Reference

CompositeRange(T) Structure
Equals Overload
CodeJam.Ranges Namespace

Clone this wiki locally