Table of Contents

Method Equals

Namespace
Pinwheel.Vista
Assembly
Pinwheel.Vista.Runtime.dll

Equals(MinMaxFloat)

Compares two ranges using exact floating-point equality on both bounds.

public bool Equals(MinMaxFloat other)

Parameters

other MinMaxFloat

The range to compare against.

Returns

bool

true if both Pinwheel.Vista.MinMaxFloat.min and Pinwheel.Vista.MinMaxFloat.max match exactly.

Equals(object)

Uses the default boxed-struct equality implementation.

public override bool Equals(object obj)

Parameters

obj object

Object to compare against.

Returns

bool

The result returned by the base struct equality implementation.