Wiki

Clone wiki

RogueSharp / RogueSharp / Cell / op_Inequality

CellInequality Operator

Determines whether two Cell instances are not equal

Namespace: RogueSharp
Assembly:

Syntax

public static bool operator !=(
    Cell left,
    Cell right
)

Parameters

left

Type: RogueSharpCell
Cell on the left side of the equal sign

right

Type: RogueSharpCell
Cell on the right side of the equal sign

Return Value

Type: Boolean
True if a and b are not equal; False otherwise

See Also

Reference

Cell Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated