ProjectPropertyComparator members
Provides the Compare method to compare project properties of various types with and without specifying a comparison operator.
The ProjectPropertyComparator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProjectPropertyComparator | Instantiates a ProjectPropertyComparator object. |
Top
Methods
Name | Description | |
---|---|---|
Compare(Boolean, Boolean) | Compares two Boolean values to identify their relative positions in the sort order. | |
Compare(DateTime, DateTime) | Compares two DateTime values to identify their relative positions in the sort order. | |
Compare(Decimal, Decimal) | Compares two Decimal values to identify their relative positions in the sort order. | |
Compare(Int32, Int32) | Compares two integer values to identify their relative positions in the sort order. | |
Compare(String, String) | Compares two string values to identify their relative positions in the sort order. | |
Compare(Boolean, Boolean, ProjectPropertyCompareOperator) | Compares two Boolean values. | |
Compare(DateTime, DateTime, ProjectPropertyCompareOperator) | Compares two DateTime values. | |
Compare(Decimal, Decimal, ProjectPropertyCompareOperator) | Compares two Decimal values. | |
Compare([], [], ProjectPropertyCompareOperator) | Compares two arrays of GUID values. | |
Compare(Int32, Int32, ProjectPropertyCompareOperator) | Compares two integer values. | |
Compare(String, String, ProjectPropertyCompareOperator) | Compares two string values. | |
Contains([], Guid) | Searches for the specified GUID value in an array of GUIDs. | |
Contains(String, String) | Compares two string values to determine whether the second is contained in the first. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top