← Back to carmenta.com
Carmenta Engine SDK Documentation
×

Triangle.Equals Methods

Determines whether two Triangle objects have the same value.

Thread safety: This method is thread-safe.

Overload List

 NameDescription
Public methodEquals(System.Object obj)Determines whether this instance and another specified Triangle have the same value.
Public methodEquals(Triangle obj)Determines whether this instance and another specified Triangle have the same value.

Equals(System.Object obj)

Determines whether this instance and another specified Triangle have the same value.

Syntax

C#
public System.Boolean Equals (
    System.Object obj
)

Parameters

obj
Type: System.Object
The object to compare this Triangle with.

Return Value

Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.

Equals(Triangle obj)

Determines whether this instance and another specified Triangle have the same value.

Syntax

C#
public System.Boolean Equals (
    Triangle obj
)

Parameters

obj
Type: Triangle
The object to compare this Triangle with.

Return Value

Type: System.Boolean
True if this instance and obj have the same value; otherwise, False.

Platforms

Windows, Linux, Android

By accessing the information on this site you accept our terms and conditions and privacy policy.
This site uses cookies to enhance your experience and provide additional functionality.

Accept