M_Rhino_Geometry_ComponentStatus_Equals - mcneel/rhinocommon-api-docs GitHub Wiki
Determines if another ComponentStatus and this are equal.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool Equals(
ComponentStatus other
)
VB
Public Function Equals (
other As ComponentStatus
) As Boolean
- other
- Type: Rhino.Geometry.ComponentStatus
A ComponentStatus.
Type: Boolean
true if equal in value. false otherwise
Supported in: 6.0.16224.21491
ComponentStatus Structure
Equals Overload
Rhino.Geometry Namespace