Table of Contents

Method IsEqual

Namespace
YndigoBlue.Velocity.Constraints
Assembly
YndigoBlue.Velocity.dll

IsEqual(Constraint)

Determines whether this constraint is equal to another constraint based on their properties.

public abstract bool IsEqual(Constraint other)

Parameters

other Constraint

The constraint to compare with.

Returns

bool

True if the constraints are equal; otherwise, false.