 | AddressEquality Operator |
Determines whether two
Address instances are equal.
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
Syntaxpublic static bool operator ==(
Address address1,
Address address2
)
Parameters
- address1 Address
- The first Address instance to compare.
- address2 Address
- The second Address instance to compare.
Return Value
Boolean if the two
Address instances are equal; otherwise,
.
Remarks
See Also