Class

NSComparisonPredicate

A specialized predicate for comparing expressions. 式を比較するためのある特殊化された述部。

Declaration 宣言

class NSComparisonPredicate : NSPredicate

Overview 概要

Use comparison predicates to compare the results of two expressions. You create a comparison predicate with an operator, a left expression, and a right expression, and use instances of the NSExpression class to represent those expressions. When you evaluate the predicate, it returns a BOOL value as the result of invoking the operator with the results of evaluating the expressions. 比較述部を使って、2つの式の結果を比較してください。あなたは、比較述部を演算子、左式、そして右式で作成します、そしてNSExpressionクラスのインスタンスを使ってそれらの式を表します。あなたが述部を評価する場合、それは、それら式を評価する結果を使って演算子を発動する結果としてあるBOOL値を返します。

Topics 話題

Creating Comparison Predicates 比較述部を作成する

Getting Information About a Comparison Predicate 比較述部についての情報を取得する

Relationships 関係

Inherits From 継承元

See Also 参照

Filtering フイルタする