CosPdfName.Equals

CosPdfName.Equals method

Determines that the specified object is equal to the current object.

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

Return Value

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

See Also