Checks if two points are not equal.
Parameters |
Description |
const A: TAgkPoint |
the first point to check. |
const B: TAgkPoint |
the second point to check. |
True if the points are not equal. False otherwise.
Be careful when comparing floating point numbers! This function does an exact comparision, so the slightest variation returns True. See Equals for a more fuzzy check.
Copyright (c) 2012. All rights reserved.
|