Shape.IsSameSetting

Shape.IsSameSetting method

Returns whether the shape is same.

public virtual bool IsSameSetting(object obj)
ParameterTypeDescription
objObject

Examples


[C#]
if (shape.IsSameSetting(shape))
    Console.WriteLine("Two objects the same.");

See Also