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

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

Parameters

v1
Type: FDF.Common.FeaturesFdoFeature
v2
Type: FDF.Common.FeaturesFdoFeature

Return Value

Type: Boolean
Remarks