FDO API Reference Feature Data Objects

FDO_API_COMMON FdoBoolean FdoVectorP::operator== const FdoVectorP  vec2  )  const
 

Compare two vectors for equality. The vectors are equal if all of their elements are equal. If one vector is shorter than the other then it is treated as if it were padded with zeros to the length of the other vector.

Parameters:
vec2 Input vector to compare this vector
Returns:
Returns true if the two vectors are identical.

Comments or suggestions? Send us feedback.