CadCodeValue.Equals

CadCodeValue.Equals method

Determines whether the specified CadCodeValue, is equal to this instance.

public virtual bool Equals(CadCodeValue obj)
ParameterTypeDescription
objCadCodeValueThe CadCodeValue to compare with this instance.

Return Value

true if the specified CadCodeValue is equal to this instance; otherwise, false.

See Also