Namespace:  Teigha.GraphicsInterface
Assembly:  TD_Mgd (in TD_Mgd.dll) Version:
21.4.0.0
Syntax
 
public override sealed bool Equals(
        Object other
)
 
Public Overrides NotOverridable Function Equals ( 
        other As Object
) As Boolean
 
public:
virtual bool Equals(
        Object^ other
) override sealed
 
abstract Equals : 
        other : Object -> bool 
override Equals : 
        other : Object -> bool 
 
 
 
Parameters
- other
 
- Type: SystemObject
 
Return Value
Type: 
Boolean 
See Also