ComponentStatus.Equals Method (ComponentStatus)

ComponentStatusEquals Method (ComponentStatus)

Determines if another ComponentStatus and this are equal.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Equals(
	ComponentStatus other
)
Public Function Equals ( 
	other As ComponentStatus
) As Boolean

Parameters

other
Type: Rhino.GeometryComponentStatus
A ComponentStatus.

Return Value

Type: Boolean
true if equal in value. false otherwise

Implements

IEquatableTEquals(T)
See Also