Point3DcfEquals Method (Object)

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 override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
Object to compare to.

Return Value

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

Reference