op_Inequality

Layer Inequality operator

Determines whether two Layer objects are not the same.

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

Return Value

true

if both Layer objects are not the same; otherwise,

false

See Also