Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Equals

Returns true if the double2x2 is equal to a given double2x2, false otherwise.
Read time 1 minuteLast updated 4 days ago

Definition

Equals(double2x2)

Returns true if the double2x2 is equal to a given double2x2, false otherwise.
public bool Equals(double2x2 rhs)

Parameters

Right hand side argument to compare equality with.

Returns

Type

Description

boolThe result of the equality comparison.

Equals(Object)

Returns true if the double2x2 is equal to a given double2x2, false otherwise.
public override bool Equals(object o)

Parameters

Right hand side argument to compare equality with.

Returns

Type

Description

boolThe result of the equality comparison.