IntervalEquals Method (Interval) |
Determines whether the specified
Interval is equal to the current
Interval,
comparing by value.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic bool Equals(
Interval other
)
Public Function Equals (
other As Interval
) As Boolean
Parameters
- other
- Type: Rhino.GeometryInterval
The other interval to compare with.
Return Value
Type:
Booleantrue if obj is an
Interval and has the same bounds; false otherwise.
Implements
IEquatableTEquals(T)
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also