ComponentStatus.Equals Method (ComponentStatus)

ComponentStatusEquals Method (ComponentStatus)

Determines if another ComponentStatus and this are equal.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
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)
Version Information

Rhino for Windows

Supported in: 6.14
See Also