Performs value equality comparison.
Namespace:
GH_IO.Types
Assembly:
GH_IO (in GH_IO.dll)
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
Object to compare with.
If obj is a null reference or not a GH_Version instance, false is returned.
Return Value
Type:
BooleanTrue if obj is a GH_Version instance which is equal to this one.
See Also