コード例 #1
0
ファイル: AttributeKey.cs プロジェクト: pgodwin/DiscUtils
 public override int CompareTo(BTreeKey other)
 {
     return(CompareTo(other as AttributeKey));
 }
コード例 #2
0
 public override int CompareTo(BTreeKey other)
 {
     return(CompareTo(other as CatalogKey));
 }
コード例 #3
0
 public override int CompareTo(BTreeKey other)
 {
     return(CompareTo(other as ExtentKey));
 }