Interface IIdentityProvider
Interface for facts that provide custom identity.
public interface IIdentityProviderMethods
GetIdentity()
Retrieves the identity of the fact. Equality of the identity objects is used to compare facts for the purpose of inserting, updating and removing them within the rule session.
object GetIdentity()Returns
- object
- Fact identity.