Region.Equals
Contents
[
Hide
]Equals(object)
Check if objects are equal.
public override bool Equals(object obj)
Parameter | Type | Description |
---|---|---|
obj | Object | The other object. |
Return Value
The equality comparison result.
See Also
- class Region
- namespace Aspose.Imaging
- assembly Aspose.Imaging
Equals(Region, Graphics)
Tests whether the specified Region
is identical to this Region
on the specified drawing surface.
public bool Equals(Region region, Graphics g)
Parameter | Type | Description |
---|---|---|
region | Region | The Region to test. |
g | Graphics | A 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.
Exceptions
exception | condition |
---|---|
ArgumentNullException | g or region is null. |
See Also
- class Graphics
- class Region
- namespace Aspose.Imaging
- assembly Aspose.Imaging