SignalGroupDataMatchesAddress Method |
True if the specified address matched an associated address. (
Equals(Object) return true.)
Namespace:
Demo3D.IO
Assembly:
Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntaxpublic bool MatchesAddress(
Object address
)
Parameters
- address
- Type: SystemObject
The address to match.
Return Value
Type:
BooleanTrue if an address matches the specified parameter.
See Also