AVEVA Database .NET Public Interface

DbAttribute Inequality Operator 

Test for inequality between a pair of Attributes.

public static bool operator !=(
   DbAttribute left,
   DbAttribute right
);

Parameters

left
First Attribute to test
right
Second Attribute to test

Return Value

True, if Attributes are not equal

See Also

DbAttribute Class | Aveva.Pdms.Database Namespace