Click or drag to resize

RecordIndexEntryEquals(RecordIndexEntry) Method

Indicates whether the current object is equal to another object of the same type.

Namespace: Ookii.Jumbo.IO
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool Equals(
	RecordIndexEntry other
)

Parameters

other  RecordIndexEntry
An object to compare with this object.

Return Value

Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)
See Also