Equality(Resolution,Resolution) Operator (Resolution)
In This Topic
Compares two Vintasoft.Imaging.Resolution structures. The result specifies whether the values of the Vintasoft.Imaging.Resolution.Horizontal and Vintasoft.Imaging.Resolution.Vertical properties of the two Vintasoft.Imaging.Resolution structures are equal.
Syntax
'Declaration
Public Operator =( _
ByVal As Vintasoft.Imaging.Resolution, _
ByVal As Vintasoft.Imaging.Resolution _
) As Boolean
public bool operator ==(
Vintasoft.Imaging.Resolution ,
Vintasoft.Imaging.Resolution
)
public: bool op_Equality(
Vintasoft.Imaging.Resolution ,
Vintasoft.Imaging.Resolution
)
public:
bool operator ==(
Vintasoft.Imaging.Resolution ,
Vintasoft.Imaging.Resolution
)
Parameters
- left
- A Vintasoft.Imaging.Resolution to compare.
- right
- A Vintasoft.Imaging.Resolution to compare.
Return Value
true if the Vintasoft.Imaging.Resolution.Horizontal and Vintasoft.Imaging.Resolution.Vertical values of left and right are equal; otherwise, false.
Requirements
Target Platforms: .NET9; .NET 8; .NET 7, .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5
See Also