Click or drag to resize

IDEquals Method

Determines if two IDs are equal.

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

Parameters

other
Type: GH_IO.SerializationID
The other ID.

Return Value

Type: Boolean
true is both are equal.

Implements

IEquatableTEquals(T)
See Also