Equals

ColorBlend.Equals method

Tests whether the specified object is a ColorBlend class and is equivalent to this ColorBlend class.

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

Return Value

True if obj is a ColorBlend class equivalent to this ColorBlend class; otherwise, false.

See Also