equals method

bool equals (dynamic value)

Compares this descriptor to a value. If the value is also a TypeDescriptor it compares their name and library fields. Otherwise this method returns false.

  • value a value to compare. Returns true if value is identical TypeDescriptor and false otherwise.