ID.Equals Method

IDEquals Method

Namespace:  GH_IO.Serialization
Assembly:  GH_IO (in GH_IO.dll)
Syntax
public bool Equals(
	ID other
)
Public Function Equals ( 
	other As ID
) As Boolean

Parameters

other
Type: GH_IO.SerializationID

Return Value

Type: Boolean

Implements

IEquatableTEquals(T)
See Also