Method IsGreaterThan
- Namespace
- PaintDotNet.PropertySystem
- Assembly
- PaintDotNet.PropertySystem.dll
IsGreaterThan(ScalarProperty<T>)
public bool IsGreaterThan(ScalarProperty<T> rhs)
Parameters
rhsScalarProperty<T>
Returns
IsGreaterThan(ScalarProperty<T>, ScalarProperty<T>)
public static bool IsGreaterThan(ScalarProperty<T> lhs, ScalarProperty<T> rhs)
Parameters
lhsScalarProperty<T>rhsScalarProperty<T>
Returns
IsGreaterThan(T, T)
public static bool IsGreaterThan(T lhs, T rhs)
Parameters
lhsTrhsT