This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Compares command elements using a given order.

Namespace: Smartsite.ImageProcessor.Configuration
Assembly:  Smartsite.ImageProcessor (in Smartsite.ImageProcessor.dll)

Syntax

C#Copy imageCopy Code
public class CommandElementComparer : <>
Visual Basic (Declaration)Copy imageCopy Code
Public Class CommandElementComparer _
	Inherits (Of )

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Comparer<(Of <CommandElement>)>
    Smartsite.ImageProcessor.Configuration..::..CommandElementComparer

See Also

Advanced