Determines whether the specified Object is equal to the current Object.

Namespace:  BioSharp.Core.Bio
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public override bool Equals(
	Object o
)

Parameters

o
Type: System..::.Object

[Missing <param name="o"/> documentation for "M:BioSharp.Core.Bio.AbstractAnnotation.Equals(System.Object)"]

Return Value

true if the specified Object is equal to the current Object; otherwise, false.

Exceptions

ExceptionCondition
System..::.NullReferenceException The obj parameter is null.

See Also