Region.Equals

Region.Equals method

Tests whether the specified Region is identical to this Region on the specified drawing surface.

public bool Equals(Region region, Graphics g)
ParameterTypeDescription
regionRegionThe Region to test.
gGraphicsA Graphics that represents a drawing surface.

Return Value

true if the interior of region is identical to the interior of this region when the transformation associated with the g parameter is applied; otherwise, false.

See Also