NServiceBus.LogicalAddress.operator C# (CSharp) Method

operator() public static method

Checks for equality.
public static operator ( ) : bool
return bool
        public static bool operator ==(LogicalAddress left, LogicalAddress right)
        {
            return Equals(left, right);
        }