IsSameSetting

Shape.IsSameSetting method

Gibt zurück, ob die Form gleich ist.

public virtual bool IsSameSetting(object obj)
ParameterTypBeschreibung
objObject

Beispiele


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

Siehe auch