Table of Contents

Method IsEqualTo

Namespace
PaintDotNet.PropertySystem
Assembly
PaintDotNet.PropertySystem.dll

IsEqualTo(VectorProperty<T>)

public bool IsEqualTo(VectorProperty<T> rhs)

Parameters

rhs VectorProperty<T>

Returns

bool

IsEqualTo(VectorProperty<T>, VectorProperty<T>)

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

Parameters

lhs VectorProperty<T>
rhs VectorProperty<T>

Returns

bool

IsEqualTo(Pair<T, T>, Pair<T, T>)

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

Parameters

lhs Pair<T, T>
rhs Pair<T, T>

Returns

bool