Table of Contents

Method IsEqualTo

Namespace
PaintDotNet.PropertySystem
Assembly
PaintDotNet.PropertySystem.dll

IsEqualTo(ScalarProperty<T>)

public bool IsEqualTo(ScalarProperty<T> rhs)

Parameters

rhs ScalarProperty<T>

Returns

bool

IsEqualTo(ScalarProperty<T>, ScalarProperty<T>)

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

Parameters

lhs ScalarProperty<T>
rhs ScalarProperty<T>

Returns

bool

IsEqualTo(T, T)

public static bool IsEqualTo(T lhs, T rhs)

Parameters

lhs T
rhs T

Returns

bool