VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared.Web Namespace / WebRectangle Class / Equals(Object) Method
Syntax Requirements SeeAlso
In This Topic
Equals(Object) Method (WebRectangle)
In This Topic
Determines whether two WebRectangle instances are equal.
Syntax
'Declaration

Public Overrides Function Equals( _
ByVal obj
The WebRectangle to compare with the current WebRectangle.
As Object _
) As Boolean
public override bool Equals(
object obj
)

Parameters

obj
The WebRectangle to compare with the current WebRectangle.

Return Value

True if the specified WebRectangle is equal to the current WebRectangle; otherwise, false.
Requirements

Target Platforms: .NET 10; .NET 9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5

See Also