Table of Contents

Method IsGreaterThan

Namespace
PaintDotNet
Assembly
PaintDotNet.Fundamentals.dll

IsGreaterThan<T>(T, T)

public static bool IsGreaterThan<T>(this T lhs, T rhs) where T : IComparable<T>

Parameters

lhs T
rhs T

Returns

bool

Type Parameters

T