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
Public method ProjectPropertyComparator Instantiates a ProjectPropertyComparator object.

Top

Methods

  Name Description
Public methodStatic member Compare(Boolean, Boolean) Compares two Boolean values to identify their relative positions in the sort order.
Public methodStatic member Compare(DateTime, DateTime) Compares two DateTime values to identify their relative positions in the sort order.
Public methodStatic member Compare(Decimal, Decimal) Compares two Decimal values to identify their relative positions in the sort order.
Public methodStatic member Compare(Int32, Int32) Compares two integer values to identify their relative positions in the sort order.
Public methodStatic member Compare(String, String) Compares two string values to identify their relative positions in the sort order.
Public methodStatic member Compare(Boolean, Boolean, ProjectPropertyCompareOperator) Compares two Boolean values.
Public methodStatic member Compare(DateTime, DateTime, ProjectPropertyCompareOperator) Compares two DateTime values.
Public methodStatic member Compare(Decimal, Decimal, ProjectPropertyCompareOperator) Compares two Decimal values.
Public methodStatic member Compare([], [], ProjectPropertyCompareOperator) Compares two arrays of GUID values.
Public methodStatic member Compare(Int32, Int32, ProjectPropertyCompareOperator) Compares two integer values.
Public methodStatic member Compare(String, String, ProjectPropertyCompareOperator) Compares two string values.
Public methodStatic member Contains([], Guid) Searches for the specified GUID value in an array of GUIDs.
Public methodStatic member Contains(String, String) Compares two string values to determine whether the second is contained in the first.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

ProjectPropertyComparator class

Microsoft.Office.Project.Server.Library namespace