op_Inequality

Layout Inequality operator

Determines whether two Layout objects are not the same.

public static bool operator !=(Layout left, Layout right)
Parameter Type Description
left Layout Left Layout object.
right Layout Right Layout object.

Return Value

true

if both Layout objects are not the same; otherwise,

false

See Also