AVEVA Database .NET Public Interface

DbAttribute Equality Operator 

Test for equality 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 equal

See Also

DbAttribute Class | Aveva.Pdms.Database Namespace