Click or drag to resize

Vector2PropertyEquals Method (Vector2Property)

[Missing <summary> documentation for "M:Demo3D.Visuals.Vector2Property.Equals(Demo3D.Visuals.Vector2Property)"]

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
Syntax
C#
public bool Equals(
	Vector2Property o
)

Parameters

o
Type: Demo3D.VisualsVector2Property

[Missing <param name="o"/> documentation for "M:Demo3D.Visuals.Vector2Property.Equals(Demo3D.Visuals.Vector2Property)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Demo3D.Visuals.Vector2Property.Equals(Demo3D.Visuals.Vector2Property)"]

Implements

IEquatableTEquals(T)
See Also