SilverScreen Solid Modeler

Equals method

Equals method

Previous topic Next topic  

Equals method

Previous topic Next topic JavaScript is required for the print function  

 

SilverSharpAPI

 

bool Equals(System.Object obj)

 

System.Object obj;   // A reference to a .NET object

 

 

 




Synopsis

using SilverSharp;

 

The Equals method determines whether the object instance is equal to the SilverSharp.BOS_NODE object. It is considered equal if it is of the same type and references the same SilverScreen entity.

 

 

Parameters

obj is an System.Object instance

 

 

Return Value

Equals returns true if the object instance is another BOS_NODE that references the same SilverScreen entity, and false otherwise.

 

 

Remarks

This function uses value equality rather than referential equality.

 

 

See Also

BOS_NODE, Entity Types