FPointEquals Method

Return a value indicating whether this item's members are equal to the members of the caller's item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
Reference to the object to which this value is being compared.

Return Value

Boolean
A value indicating whether this value is substantially equal to the caller's provided item.

See Also