Click or drag to resize
GeEnvelopeInequality Operator
Returns True if two envelopes are not equal, otherwise returns False.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public static bool operator !=(
	GeEnvelope v1,
	GeEnvelope v2
)

Parameters

v1
Type: FDF.Common.GeometriesGeEnvelope
v2
Type: FDF.Common.GeometriesGeEnvelope

Return Value

Type: Boolean
Remarks