Table of Contents

Method Is

Namespace
DocWright.Reporting
Assembly
DocWright.Reporting.dll

Is(string)

Determines whether this name has the given local name, ignoring the namespace.

public bool Is(string localName)

Parameters

localName string

The local name to test.

Returns

bool

true when the local names match ordinally.