op_Inequality

View Inequality operator

Returns a value indicating whether this instance is not equal to a specified object.

public static bool operator !=(View a, View b)
ParameterTypeDescription
aViewThe first view.
bViewThe second view.

Return Value

a value indicating whether this instance is not equal to a specified object

See Also