Skip to content

Commit f3c7521

Browse files
adding missing comment
1 parent ad4648f commit f3c7521

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

PSModuleDevelopment/bin/PSModuleDevelopment.xml

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/PSModuleDevelopment/PSModuleDevelopment/Format/ViewDefinitionBase.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ public abstract class ViewDefinitionBase : IComparable
3737
/// <returns>The format string to produce for the format file.</returns>
3838
public abstract override string ToString();
3939

40+
/// <summary>
41+
/// Implement IComparable
42+
/// </summary>
43+
/// <param name="Item">The item to compare the current instance with</param>
44+
/// <returns>1, 0 or -1</returns>
4045
public int CompareTo(object Item)
4146
{
4247
ViewDefinitionBase tempItem = Item as ViewDefinitionBase;

0 commit comments

Comments
 (0)