Click or drag to resize

PartitionFileIndexEntryEquals(PartitionFileIndexEntry) Method

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

Namespace: Ookii.Jumbo.Jet.Channels
Assembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public bool Equals(
	PartitionFileIndexEntry other
)

Parameters

other  PartitionFileIndexEntry
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