AssocPersSubentityIdIsEqualTo Method
|
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
-
- other AssocPersSubentityId
-
Return Value
Boolean
See Also