Click or drag to resize
FileOffsetEquals Method (Object)
Returns a value indicating whether this instance is equal to a specified FileOffset instance.

Namespace: Bio.IO.BAM
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
An FileOffset instance to compare to this instance.

Return Value

Type: Boolean
true if obj has the same value as this instance; otherwise, false.
See Also