  | PartitionFileIndexEntryEquals(PartitionFileIndexEntry) Method | 
            Indicates whether the current object is equal to another object of the same type.
            
Namespace: Ookii.Jumbo.Jet.ChannelsAssembly: Ookii.Jumbo.Jet (in Ookii.Jumbo.Jet.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic bool Equals(
	PartitionFileIndexEntry other
)
Public Function Equals ( 
	other As PartitionFileIndexEntry
) As Boolean
public:
virtual bool Equals(
	PartitionFileIndexEntry other
) sealed
abstract Equals : 
        other : PartitionFileIndexEntry -> bool 
override Equals : 
        other : PartitionFileIndexEntry -> bool 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