AnonymousTypeIsEquivalentTo Method |
Determine if the
AnonymousType has the same property names and types as the specified one.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax public bool IsEquivalentTo(
AnonymousType anonymousType
)
Parameters
- anonymousType
- Type: Nova.CodeDOMAnonymousType
Return Value
Type:
BooleanSee Also