Menu

The following tables list the members exposed by the ComparisonCondition type.

Public Constructors

NameDescription
ComparisonCondition
Top

Public Fields

Public Properties

NameDescription
CanFreeze(Inherited from Freezable)
DependencyObjectType(Inherited from DependencyObject)
Dispatcher(Inherited from DispatcherObject)
IsFrozen(Inherited from Freezable)
IsSealed(Inherited from DependencyObject)
LeftOperand Gets or sets the left operand.
Operator Gets or sets the comparison operator.
RightOperand Gets or sets the right operand.
Top

Public Methods (see also Protected Methods)

NameDescription
CheckAccess(Inherited from DispatcherObject)
ClearValueOverloaded. (Inherited from DependencyObject)
Clone(Inherited from Freezable)
CloneCurrentValue(Inherited from Freezable)
CoerceValue(Inherited from DependencyObject)
EqualsOverloaded. (Inherited from DependencyObject)
Evaluate Method that evaluates the condition. Note that this method can throw ArgumentException if the operator is incompatible with the type. For instance, operators LessThan, LessThanOrEqual, GreaterThan, and GreaterThanOrEqual require both operators to implement IComparable.
FreezeOverloaded. (Inherited from Freezable)
GetAsFrozen(Inherited from Freezable)
GetCurrentValueAsFrozen(Inherited from Freezable)
GetHashCode(Inherited from DependencyObject)
GetLocalValueEnumerator(Inherited from DependencyObject)
GetType(Inherited from Object)
GetValue(Inherited from DependencyObject)
InvalidateProperty(Inherited from DependencyObject)
ReadLocalValue(Inherited from DependencyObject)
ReferenceEquals(Inherited from Object)
SetCurrentValue(Inherited from DependencyObject)
SetValueOverloaded. (Inherited from DependencyObject)
ToString(Inherited from Object)
VerifyAccess(Inherited from DispatcherObject)
Top

Protected Methods

NameDescription
CloneCore(Inherited from Freezable)
CloneCurrentValueCore(Inherited from Freezable)
CreateInstance(Inherited from Freezable)
CreateInstanceCoreOverridden. �
Finalize(Inherited from Object)
FreezeOverloaded. (Inherited from Freezable)
FreezeCore(Inherited from Freezable)
GetAsFrozenCore(Inherited from Freezable)
GetCurrentValueAsFrozenCore(Inherited from Freezable)
MemberwiseClone(Inherited from Object)
OnChanged(Inherited from Freezable)
OnFreezablePropertyChangedOverloaded. (Inherited from Freezable)
OnPropertyChanged(Inherited from Freezable)
ReadPreamble(Inherited from Freezable)
ShouldSerializeProperty(Inherited from DependencyObject)
WritePostscript(Inherited from Freezable)
WritePreamble(Inherited from Freezable)
Top

Public Events

NameDescription
Changed(Inherited from Freezable)
Top

See Also