RhinoCommon API
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

public bool Equals( File3dmObject other )
Public Function Equals ( other As File3dmObject ) As Boolean
Parameters
- other
- Type: Rhino.FileIOFile3dmObject
The other item to test.
Return Value
Type: Booleantrue is the two objects coincide.
Implements
IEquatableTEquals(T)