public override int CompareTo(BTreeKey other) { return(CompareTo(other as CatalogKey)); }
public override int CompareTo(BTreeKey other) { return(CompareTo(other as ExtentKey)); }