InjectiveMapTLeft, TRightContainsRightLeft Method |
Determines whether an injective mapping exists between the specified
right and left values.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic bool ContainsRightLeft(
TRight right,
TLeft left
)
Parameters
- right
- Type: TRight
The right value. - left
- Type: TLeft
The left value.
Return Value
Type:
BooleanTrue if an injective mapping exists between the specified right and left values, false otherwise.
Remarks
See Also