SignatureName.Equals

SignatureName.Equals method

Determines whether this instance and a specified object are equal.

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

Return Value

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

See Also