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