RhinoCommon API
ComponentStatusEquals Method (ComponentStatus) |
Determines if another ComponentStatus and this are equal.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 6.0
public bool Equals( ComponentStatus other )
Public Function Equals ( other As ComponentStatus ) As Boolean
Parameters
- other
- Type: Rhino.GeometryComponentStatus
A ComponentStatus.
Return Value
Type: Booleantrue if equal in value. false otherwise