ComponentStatus.Equals Method (Object)

ComponentStatusEquals Method (Object)

Determines if an object and this are equal.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( 
	obj As Object
) As Boolean

Parameters

obj
Type: SystemObject
An object.

Return Value

Type: Boolean
true if equal in value. false otherwise
Version Information

Rhino for Windows

Supported in: 6.8
See Also