M_Rhino_Geometry_ComponentStatus_Equals - mcneel/rhinocommon-api-docs GitHub Wiki

ComponentStatus.Equals Method (ComponentStatus)

Determines if another ComponentStatus and this are equal.

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

Syntax

C#

public bool Equals(
	ComponentStatus other
)

VB

Public Function Equals ( 
	other As ComponentStatus
) As Boolean

Parameters

 

other
Type: Rhino.Geometry.ComponentStatus
A ComponentStatus.

Return Value

Type: Boolean
true if equal in value. false otherwise

Implements

IEquatable(T).Equals(T)

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

ComponentStatus Structure
Equals Overload
Rhino.Geometry Namespace

⚠️ **GitHub.com Fallback** ⚠️