← Back to carmenta.com
Carmenta Engine SDK Documentation
×

Point.Operator == Method

Determines whether two specified Point objects have the same value.

Thread safety: This method is thread-safe.

operator ==(Point x, Point y)

Determines whether two specified Point objects have the same value.

Syntax

C#
public static System.Boolean operator == (
    Point x,
    Point y
)

Parameters

x
Type: Point
The first object.
y
Type: Point
The second object.

Return Value

Type: System.Boolean
True if x and y 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