isSameAs abstract method

bool isSameAs(
  1. AnyFill other
)

Returns true when this fill has the same visual fill options as other.

Implementation

bool isSameAs(AnyFill other);