Share

Scale3d.Equals Method

Description

Returns true if this object is identical to the argument object.

Visual Basic

Public sealed override Function Equals(
    obj As object
) As bool

C#

public sealed override bool Equals(
    object obj
);

Parameters

Parameters Description
object obj Input object to compare against

Links

Scale3d Structure, Autodesk.AutoCAD.Geometry Namespace

Was this information helpful?