Wiki

Clone wiki

RogueSharp / RogueSharp / Rectangle / Equals_1

RectangleEquals Method (Object)

Determines whether two Rectangle instances are equal

Namespace: RogueSharp
Assembly:

Syntax

public override bool Equals(
    Object obj
)

Parameters

obj

Type: SystemObject
The Object to compare this instance to

Return Value

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

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