Click or drag to resize
FileOffsetEquals Method (FileOffset)
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 bool Equals(
	FileOffset other
)

Parameters

other
Type: Bio.IO.BAMFileOffset
An FileOffset instance to compare to this instance.

Return Value

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