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 | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
SupportsAlways | Gets a value indicating whether always passing the comparison test is supported. | |
SupportsEqual | Gets a value indicating whether comparison tests in which the new value equals the current value are supported. | |
SupportsGreater | Gets a value indicating whether comparison tests in which the new value is greater than the current value are supported. | |
SupportsGreaterEqual | Gets a value indicating whether comparison tests in which the new value is greater than or equal to the current value are supported. | |
SupportsLess | Gets a value indicating whether comparison tests in which the new value is less than the current value are supported. | |
SupportsLessEqual | Gets a value indicating whether comparison tests in which the new value is less than or equal to the current value are supported. | |
SupportsNever | Gets a value indicating whether never passing the comparison test is supported. | |
SupportsNotEqual | Gets a value indicating whether comparison tests in which the new value does not equal the current value are supported. |
Top