AGK for Pascal
ContentsIndexHome
PreviousUpNext
TAgkPoint.NotEqual Operator

Checks if two points are not equal.

Syntax
Pascal
class operator NotEqual(const A: TAgkPoint; const B: TAgkPoint);
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.