OutSystems Forge 日本語データベース

Entity Compare

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2018-05-19 1.0.1 Matheus Medeiros All All Components
オブジェクトとしてキャストされた2つのエンティティを比較する最速の方法で、このコンポーネントはプラットフォームによって生成されたEqualsオーバーロードを利用します。
これは何ですか? 拡張機能は、オブジェクトとしてキャストされた2つのエンティティを比較する方法を提供します。 解決するもの: エンティティがオブジェクトとしてキャストされると、等価演算子(=)はオブジェクトを比較するときに常にfalseを返します。

[Overview]
The fastest way to compare two entities that were casted as objects, this component takes advantage of the Equals overload generated by the platform.
[Detail]
What it does: The extension provides a way to compare two entities that were casted as objects. What it solves: Once an entity is casted as an object the equal operator (=) always returns false when comparing the objects.
戻る