Spread Windows Forms 10.0 Product Documentation
Equals Method (Bevel)


The System.Object to compare with the current Bevel.
Determines whether two System.Object instances are equal.
Syntax
'Declaration
 
Public Overrides Function Equals( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As Bevel
Dim value As Object
Dim value As Boolean
 
value = instance.Equals(value)
public override bool Equals( 
   object value
)

Parameters

value
The System.Object to compare with the current Bevel.

Return Value

true if value is an instance of Bevel and equals the value of this instance; otherwise, false.
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows Server 2012 R2, Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10

See Also

Reference

Bevel Structure
Bevel Members

 

 


Copyright © GrapeCity, inc. All rights reserved.