 | AddressEquality Operator |
Determines whether two
Address instances are equal.
Namespace: NanoXLSXAssembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.7+b0ed5f8a99a50b9e6528224889fbd7f23c30b364
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