|
||
bool Equals(System.Object obj)
System.Object obj; // A handle to a CLR object
|
|
|
Synopsis |
using SilverSharp;
The Equals method determines whether the object instance is equal to the SilverSharp.PRIM_NODE object. It is considered equal if it is of the same type and references the same SilverScreen primitive.
|
|
Parameters |
obj is an System.Object instance
|
|
Return Value |
Equals returns true if the object instance is another PRIM_NODE that references the same SilverScreen primitive.
|
|
Remarks |
This function uses value equality rather than referential equality.
|
|
See Also |
|