BlockParameterPropertyDescriptorEquals Method
|
Checks objects for equality.
Namespace: Teigha.Internal.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public override bool Equals(
Object other
)
Public Overrides Function Equals (
other As Object
) As Boolean
public:
virtual bool Equals(
Object^ other
) override
abstract Equals :
other : Object -> bool
override Equals :
other : Object -> bool
Parameters
- other Object
- [in] Object to check for equality.
Return Value
Boolean
See Also