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

Namespace: ArtDatabanken.Data
Assembly: ArtDatabanken.Data (in ArtDatabanken.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Taxon object.

Return Value

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