FDO .NET API Reference Feature Data Objects
static System::Boolean OSGeo::FDO::Geometry::EnvelopeImpl::op_Equality ( EnvelopeImpl left,
EnvelopeImpl right 
) [static]

Equality function for EnvelopeImpl.

Parameters:
right Input envelope for comparison (right-hand-side of equation)
left Input envelope for comparison (left-hand-side of equation)
Returns:
Returns true if all non-NaN ordinates exactly equal. All NaN values compare as equal to each other.


Comments or suggestions? Send us feedback.