Triangle.Operator == Method
Determines whether two specified Triangle objects have the same value.
Thread safety: This method is thread-safe.
operator ==(Triangle x, Triangle y)
Determines whether two specified Triangle objects have the same value.Syntax
public static System.Boolean operator == (
Triangle x,
Triangle y
)
Parameters
x
Type: Triangle
The first object.
The first object.
y
Type: Triangle
The second object.
The second object.
Return Value
Type: System.Boolean
True if x and y have the same value; otherwise, False.
True if x and y have the same value; otherwise, False.
Platforms
Windows, Linux, Android