Share via


ComparisonCaps Members

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

Retrieves comparison capabilities.

The ComparisonCaps type exposes the following members.

Methods

  Name Description
Public methodSupported by the .NET Compact Framework Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Protected methodSupported by the .NET Compact Framework Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public methodSupported by the .NET Compact Framework GetType Gets the type of the current instance. (Inherited from Object.)
Protected methodSupported by the .NET Compact Framework MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public methodSupported by the .NET Compact Framework ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Properties

  Name Description
Public propertySupported by the .NET Compact Framework SupportsAlways Gets a value indicating whether always passing the comparison test is supported.
Public propertySupported by the .NET Compact Framework SupportsEqual Gets a value indicating whether comparison tests in which the new value equals the current value are supported.
Public propertySupported by the .NET Compact Framework SupportsGreater Gets a value indicating whether comparison tests in which the new value is greater than the current value are supported.
Public propertySupported by the .NET Compact Framework SupportsGreaterEqual Gets a value indicating whether comparison tests in which the new value is greater than or equal to the current value are supported.
Public propertySupported by the .NET Compact Framework SupportsLess Gets a value indicating whether comparison tests in which the new value is less than the current value are supported.
Public propertySupported by the .NET Compact Framework SupportsLessEqual Gets a value indicating whether comparison tests in which the new value is less than or equal to the current value are supported.
Public propertySupported by the .NET Compact Framework SupportsNever Gets a value indicating whether never passing the comparison test is supported.
Public propertySupported by the .NET Compact Framework SupportsNotEqual Gets a value indicating whether comparison tests in which the new value does not equal the current value are supported.

Top

See Also

Reference

ComparisonCaps Structure

Microsoft.WindowsMobile.DirectX.Direct3D Namespace