isPaired method
Whether instance is paired with a PairedInstance.
Implementation
bool isPaired(Object instance) {
return instanceManager.containsInstance(instance);
}
Whether instance is paired with a PairedInstance.
bool isPaired(Object instance) {
return instanceManager.containsInstance(instance);
}