Eyeshot 10 WinForms API Reference
Equals(Material) Method

WinForms Assembly > devDept.Graphics Namespace > Material Class > Equals Method : Equals(Material) Method
The other material
Compares Young, Poisson, yield strength, density, coefficent of thermal expansion, element type and element thickness properties.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal other As Material _
) As Boolean
public bool Equals( 
   Material other
)

Parameters

other
The other material

Return Value

True if the two material properties are the same, false otherwise.
See Also

Reference

Material Class
Material Members
Overload List