LikeOperator Class

Definition

This class provides helpers that the Visual Basic compiler uses to do the work for the Like Operator. It is not meant to be called directly from your code.

public ref class LikeOperator sealed
public sealed class LikeOperator
type LikeOperator = class
Public NotInheritable Class LikeOperator
Inheritance
LikeOperator

Methods

Equals(Object)

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

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
LikeObject(Object, Object, CompareMethod)

Performs binary or text string comparison given two objects. This helper method is not meant to be called directly from your code.

LikeString(String, String, CompareMethod)

Performs binary or text string comparison given two strings. This helper method is not meant to be called directly from your code.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to