Click or drag to resize
TaxonRelationEquals Method (TaxonRelation)
Determines whether the specified taxon relation is equal to the current taxon relation.

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public bool Equals(
	TaxonRelation other
)

Parameters

other
Type: ArtDatabanken.DataTaxonRelation
Taxon relation object.

Return Value

Type: Boolean
True if the specified taxon relation is equal to the current taxon relation, otherwise false.
See Also