Equals

Color.Equals method

Tests whether the specified object is a Color structure and is equivalent to this Color structure.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe object to test.

Return Value

True if obj is a Color structure equivalent to this Color structure; otherwise, false.

See Also