1. GroupDocs.Viewer
  2. /
  3. GroupDocs.Viewer for .NET
  4. /
  5. GroupDocs.Viewer.Results
  6. /
  7. Layer
  8. /
  9. op_Inequality

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