Table of Contents

Method IsLessThan

Namespace
PaintDotNet.PropertySystem
Assembly
PaintDotNet.PropertySystem.dll

IsLessThan(ScalarProperty<T>)

public bool IsLessThan(ScalarProperty<T> rhs)

Parameters

rhs ScalarProperty<T>

Returns

bool

IsLessThan(ScalarProperty<T>, ScalarProperty<T>)

public static bool IsLessThan(ScalarProperty<T> lhs, ScalarProperty<T> rhs)

Parameters

lhs ScalarProperty<T>
rhs ScalarProperty<T>

Returns

bool

IsLessThan(T, T)

public static bool IsLessThan(T lhs, T rhs)

Parameters

lhs T
rhs T

Returns

bool