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