You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: QuickNavigate/Collections/Comparers.cs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
namespaceQuickNavigate.Collections
6
6
{
7
-
publicclassNodeNameComparer:IComparer<TypeNode>
7
+
publicclassNodeNameComparer:IComparer<ClassNode>
8
8
{
9
9
/// <summary>
10
10
/// Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
@@ -14,13 +14,13 @@ public class NodeNameComparer : IComparer<TypeNode>
14
14
/// Value Condition Less than zero<paramref name="x"/> is less than <paramref name="y"/>.Zero<paramref name="x"/> equals <paramref name="y"/>.Greater than zero<paramref name="x"/> is greater than <paramref name="y"/>.
15
15
/// </returns>
16
16
/// <param name="x">The first object to compare.</param><param name="y">The second object to compare.</param>
/// Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
@@ -30,15 +30,15 @@ public class NodePackageComparer : IComparer<TypeNode>
30
30
/// Value Condition Less than zero<paramref name="x"/> is less than <paramref name="y"/>.Zero<paramref name="x"/> equals <paramref name="y"/>.Greater than zero<paramref name="x"/> is greater than <paramref name="y"/>.
31
31
/// </returns>
32
32
/// <param name="x">The first object to compare.</param><param name="y">The second object to compare.</param>
/// Compares two objects and returns a value indicating whether one is less than, equal to, or greater than the other.
@@ -48,7 +48,7 @@ public class NodeNamePackageComparer : IComparer<TypeNode>
48
48
/// Value Condition Less than zero<paramref name="x"/> is less than <paramref name="y"/>.Zero<paramref name="x"/> equals <paramref name="y"/>.Greater than zero<paramref name="x"/> is greater than <paramref name="y"/>.
49
49
/// </returns>
50
50
/// <param name="x">The first object to compare.</param><param name="y">The second object to compare.</param>
0 commit comments