Style.Equals

Style.Equals method

Determines whether two Style instances are equal.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe Style object to compare with the current Style object.

Return Value

true if the specified Object is equal to the current Object; otherwise, false.

See Also