FileOffsetEquals Method (Object) |
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 override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
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