FieldBuilder.

ValueEquals Property

Summary

Used to check if the specified System.Object is equal to the Weaver.Editor.Procedural.Scripting.FieldBuilder.Value of this field when determining if the script needs to be rebuilt. If null, the check will be skipped.
Assembly
Weaver.dll
Namespace
Weaver.Editor.Procedural.Scripting
Containing Type
FieldBuilder

Syntax

public Func<Object, bool> ValueEquals { get; set; }

Value

Type Description
Func<Object, bool>