SubDEdgeSharpnessEquals Method (Object) |
Determines whether an object is a sharpness with the same end values as this one.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The object to compare with.
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.Geometry.SubDEdgeSharpness.Equals(System.Object)"]
See Also