< Dice‎ | DieResult
Revision as of 17:59, 25 April 2017 by Skizzerz (talk | contribs) (Created page with "{{APIdoc|DieResult.Equals Method (DieResult)}} Compare two DieResults and return whether or not they are equal. {{ns}} == Syntax == <syntaxhighlight lang="C#"> public bool E...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

DieResult.Equals Method (DieResult)

From DiceRoller Documentation

Compare two DieResults and return whether or not they are equal.

  • Namespace: Dice
  • Assembly: DiceRoller (in DiceRoller.dll)

Syntax

public bool Equals(
    DieResult r
)

Parameters

d
Type: Dice.DieResult
The DieResult to compare against

Return Value

Type: System.Boolean

true if d is equal to the current DieResult, and false otherwise.

Remarks

This method compares the following fields:

Any field not listed above is not part of the comparison, and thus is not considered when determining whether or not two DieResults are equal.