Table of Contents

Method Equals

Namespace
LMKit.Graphics.Geometry
Assembly
LM-Kit.NET.dll

Equals(object)

Determines whether the specified object is equal to the current quadrilateral.

public override bool Equals(object obj)

Parameters

obj object

The object to compare with the current quadrilateral.

Returns

bool

true if the specified object is equal to the current quadrilateral; otherwise, false.

Equals(Quadrilateral)

Determines whether another quadrilateral has identical corner coordinates.

public bool Equals(Quadrilateral other)

Parameters

other Quadrilateral

The quadrilateral to compare with.

Returns

bool

true if all four corners match; otherwise, false.