Equals

QualifiedName.Equals method

Check whether this qualified name is equal with the object.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectThe compared object.

Return Value

If equal, return true; otherwise false.

See Also