ComparisonBasedComparerTFlipCompareResult Property  | 
 
            Gets or sets the flag which, if set to true, makes the Compare method flip its result: -1 becomes 1 and 1 becomes -1. This flag can be used to
            use the comparer in descending sorted lists.
            
 
    Namespace: 
   SD.Tools.Algorithmia.UtilityClasses
    Assembly:
   SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.3.3.0 (1.3.18.0209)
Syntaxpublic bool FlipCompareResult { get; set; }Public Property FlipCompareResult As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also