Wiki

Clone wiki

RogueSharp / RogueSharp / Rectangle / Equals

RectangleEquals Method (Rectangle)

Determines whether two Rectangle instances are equal

Namespace: RogueSharp
Assembly:

Syntax

public bool Equals(
    Rectangle other
)

Parameters

other

Type: RogueSharpRectangle
The Rectangle to compare this instance to

Return Value

Type: Boolean
True if the instances are equal; False otherwise

Implements

IEquatableTEquals(T)

Exceptions

Exception Condition
NullReferenceException Thrown if .Equals is invoked on null Rectangle

See Also

Reference

Rectangle Class
RogueSharp Namespace

[3]: 2014-2016 Faron Bracy

Updated