Table of Contents

Method Equals

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

Equals(MinMaxInt)

Compares two ranges by checking both bounds for exact equality.

public bool Equals(MinMaxInt other)

Parameters

other MinMaxInt

The range to compare against.

Returns

bool

true if both Pinwheel.Vista.MinMaxInt.min and Pinwheel.Vista.MinMaxInt.max are equal.

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.