IsSameSetting

Shape.IsSameSetting method

Restituisce se la forma è la stessa.

public virtual bool IsSameSetting(object obj)
ParametroTipoDescrizione
objObject

Esempi


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

Guarda anche