AssocPersSubentityIdIsEqualTo Method
|
Checks whether the other AssocPersSubentityId
reference are exactly the same subentity of the same entity.
Namespace: Teigha.DatabaseServices
Assembly: TD_MgdDbConstraints (in
TD_MgdDbConstraints.dll) Version: 0.0.0.0
Syntax
public virtual bool IsEqualTo(
Entity entity,
AssocPersSubentityId other
)
Public Overridable Function IsEqualTo (
entity As Entity,
other As AssocPersSubentityId
) As Boolean
public:
virtual bool IsEqualTo(
Entity^ entity,
AssocPersSubentityId^ other
)
abstract IsEqualTo :
entity : Entity *
other : AssocPersSubentityId -> bool
override IsEqualTo :
entity : Entity *
other : AssocPersSubentityId -> bool
Parameters
- entity Entity
- [in] Entity owning the subentities of this and the other
AssocPersSubentityId.
- other AssocPersSubentityId
- [in] Other AssocPersSubentityId.
Return Value
Boolean
True if this and the other AssocPersSubentityId are equal;
otherwise the method returns false.
See Also