confluent-kafka-dotnet
Show / Hide Table of Contents

Class WildcardMatcher

Inheritance
object
WildcardMatcher
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Confluent.SchemaRegistry
Assembly: Confluent.SchemaRegistry.dll
Syntax
public class WildcardMatcher

Methods

Match(string, string)

Matches fully-qualified names that use dot (.) as the name boundary.

Declaration
public static bool Match(string str, string wildcardMatcher)
Parameters
Type Name Description
string str

The string to match on.

string wildcardMatcher

The wildcard string to match against.

Returns
Type Description
bool
In this article