Equals(Object) Method

Definition

Namespace Svg
Assembly Svg.Custom.dll

Indicates whether this instance and a specified object are equal.

public override bool Equals(object obj)

Parameters

obj
Object

Another object to compare to.

Returns

Boolean
true if obj and this instance are the same type and represent the same value; otherwise, false.