op_Inequality

PropertyTag Inequality operator

Indicates whether two objects of the same type are not equal.

public static bool operator !=(PropertyTag left, PropertyTag right)
Parameter Type Description
left PropertyTag The left object.
right PropertyTag The rigt object.

Return Value

True if the objects are not equal; otherwise, false.

See Also