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