FileOffsetEquals Method (FileOffset) |
Returns a value indicating whether this instance is equal to a specified FileOffset instance.
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic bool Equals(
FileOffset other
)
Public Function Equals (
other As FileOffset
) As Boolean
public:
bool Equals(
FileOffset other
)
member Equals :
other : FileOffset -> bool
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