Click or drag to resize
TaxonRelation Methods

The TaxonRelation type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
Determines whether the specified taxon relation is equal to the current taxon.
(Overrides ObjectEquals(Object).)
Public methodEquals(TaxonRelation)
Determines whether the specified taxon relation is equal to the current taxon relation.
Public methodGetHashCode
Returns the hash code for this taxon relation.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Extension Methods
  NameDescription
Public Extension MethodAreEqual
Test if two IDataId32 references are equal.
(Defined by IDataId32Extension.)
Public Extension MethodAreNotEqual
Test if two IDataId32 references are not equal.
(Defined by IDataId32Extension.)
Public Extension MethodCheckNotNull
Check that an argument is not null.
(Defined by ObjectExtension.)
Public Extension MethodCheckNull
Check that an argument is null.
(Defined by ObjectExtension.)
Public Extension MethodIsNotNull
Test if an object reference is not null.
(Defined by ObjectExtension.)
Public Extension MethodIsNull
Test if an object reference is null.
(Defined by ObjectExtension.)
Top
See Also