Skip to content

M_Rhino_Geometry_Interval_Equals

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Interval.Equals Method (Interval)

Determines whether the specified Interval is equal to the current Interval, comparing by value.

Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Equals(
	Interval other
)

VB

Public Function Equals ( 
	other As Interval
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.Interval
The other interval to compare with.

Return Value

Type: Boolean
true if obj is an Interval and has the same bounds; false otherwise.

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

Interval Structure
Equals Overload
Rhino.Geometry Namespace

Clone this wiki locally