Description:

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

Syntax:
public bool Equals(
File3dmObject other
)
Parameters:
Returns:
Type: bool
True is the two objects coincide.
Available since:
6.0

Description:

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

Syntax:
public override bool Equals(
object obj
)
Parameters:
  • obj
  • Type: object
  • The other item to test.
Returns:
Type: bool
True is the two objects coincide.

Nothing found