Click or drag to resize

File3dmObjectEquals Method (File3dmObject)

Verified that two File3dmObject items refer to the same object in a document.

Namespace:  Rhino.FileIO
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public bool Equals(
	File3dmObject other
)

Parameters

other
Type: Rhino.FileIOFile3dmObject
The other item to test.

Return Value

Type: Boolean
true is the two objects coincide.

Implements

IEquatableTEquals(T)
See Also