GreaterThanEqual Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GreaterThanEqual(Term, Term) | |
GreaterThanEqual(Term, Term, VocabularyLink) |
GreaterThanEqual(Term, Term)
public:
GreaterThanEqual(Microsoft::RuleEngine::Term ^ leftArgument, Microsoft::RuleEngine::Term ^ rightArgument);
public GreaterThanEqual (Microsoft.RuleEngine.Term leftArgument, Microsoft.RuleEngine.Term rightArgument);
new Microsoft.RuleEngine.GreaterThanEqual : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term -> Microsoft.RuleEngine.GreaterThanEqual
Public Sub New (leftArgument As Term, rightArgument As Term)
Parameters
- leftArgument
- Term
- rightArgument
- Term
Applies to
GreaterThanEqual(Term, Term, VocabularyLink)
public:
GreaterThanEqual(Microsoft::RuleEngine::Term ^ leftArgument, Microsoft::RuleEngine::Term ^ rightArgument, Microsoft::RuleEngine::VocabularyLink ^ link);
public GreaterThanEqual (Microsoft.RuleEngine.Term leftArgument, Microsoft.RuleEngine.Term rightArgument, Microsoft.RuleEngine.VocabularyLink link);
new Microsoft.RuleEngine.GreaterThanEqual : Microsoft.RuleEngine.Term * Microsoft.RuleEngine.Term * Microsoft.RuleEngine.VocabularyLink -> Microsoft.RuleEngine.GreaterThanEqual
Public Sub New (leftArgument As Term, rightArgument As Term, link As VocabularyLink)
Parameters
- leftArgument
- Term
- rightArgument
- Term
- link
- VocabularyLink