op_Equality

Layer Equality operator

Determines whether two Layer objects are 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 the same; otherwise,

false

See Also