Blend.Equals

Blend.Equals method

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

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

Return Value

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

See Also