TerrainSpeed.Operator == Method
Determines whether two specified TerrainSpeed objects have the same value.
Thread safety: This property is not thread-safe.
operator ==(TerrainSpeed x, TerrainSpeed y)
Determines whether two specified TerrainSpeed objects have the same value.Syntax
public static System.Boolean operator == (
TerrainSpeed x,
TerrainSpeed y
)
Parameters
x
Type: TerrainSpeed
The first object.
The first object.
y
Type: TerrainSpeed
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