Point3DfEquals Method (Point3Df)

CVB.Net Documentation
Indicates whether this instance and the given obj are equal.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public bool Equals(
	Point3Df obj
)

Parameters

obj
Type: Stemmer.CvbPoint3Df
Object to compare to.

Return Value

Type: Boolean
True if obj and this instance represent the same value; otherwise, false.

Implements

IEquatableTEquals(T)
See Also

Reference