Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the methods that are used to compare two result node instances in a list view.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public interface IResultNodeComparer : IComparer
public interface class IResultNodeComparer : IComparer
type IResultNodeComparer =
interface
interface IComparer
end
Public Interface IResultNodeComparer
Inherits IComparer
Methods
Name | Description | |
---|---|---|
![]() |
Compare(Object, Object) | (Inherited from IComparer.) |
![]() |
SetColumnIndex(Int32) | Sets the column index for which the two result node instances are compared. |
See Also
Microsoft.ManagementConsole Namespace
Return to top