Click or drag to resize

Vector3PropertyEquals Method (Vector3Property)

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

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

Parameters

o
Type: Demo3D.VisualsVector3Property

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

Return Value

Type: Boolean

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

Implements

IEquatableTEquals(T)
See Also